Author: KRavEN
Date: 2010-05-13 21:54:42 +0200 (Thu, 13 May 2010)
New Revision: 29447
Modified:
plugins/sfExtjs3Plugin/trunk/lib/helper/sfExtjs3Helper.php
Log:
Removed static from __call to fix warning.
Modified: plugins/sfExtjs3Plugin/trunk/lib/helper/sfExtjs3Helper.php
===================================================================
--- plugins/sfExtjs3Plugin/trunk/lib/helper/sfExtjs3Helper.php 2010-05-13
19:48:23 UTC (rev 29446)
+++ plugins/sfExtjs3Plugin/trunk/lib/helper/sfExtjs3Helper.php 2010-05-13
19:54:42 UTC (rev 29447)
@@ -195,7 +195,7 @@
* @param array attributes
* @return string Javascript source of Extjs3.class
*/
- public static function __call ($class, $attributes)
+ public function __call ($class, $attributes)
{
$classes = sfConfig::get('sf_extjs3_classes');
if (is_array($classes) && isset($classes[$class]))
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" 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/symfony-svn?hl=en.