Author: sevein
Date: Sat Oct 9 04:46:07 2010
New Revision: 8034
Log:
Fix typo (r8019).
Modified:
trunk/vendor/symfony/lib/widget/sfWidgetFormSchema.class.php
Modified: trunk/vendor/symfony/lib/widget/sfWidgetFormSchema.class.php
==============================================================================
--- trunk/vendor/symfony/lib/widget/sfWidgetFormSchema.class.php Sat Oct
9 00:02:49 2010 (r8033)
+++ trunk/vendor/symfony/lib/widget/sfWidgetFormSchema.class.php Sat Oct
9 04:46:07 2010 (r8034)
@@ -707,7 +707,7 @@
{
$args = func_get_args();
- return call_user_func_array(array($this, __isset), $args);
+ return call_user_func_array(array($this, '__isset'), $args);
}
/**
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.