Author: KRavEN
Date: 2010-05-24 14:16:07 +0200 (Mon, 24 May 2010)
New Revision: 29603

Modified:
   
plugins/ExtjsGeneratorPlugin/trunk/data/generator/ExtjsFormFilter/default/template/ExtjsFormFilterGeneratedTemplate.php
Log:
bugfix for extjsgenerated base filter classes extending the wrong parent class

Modified: 
plugins/ExtjsGeneratorPlugin/trunk/data/generator/ExtjsFormFilter/default/template/ExtjsFormFilterGeneratedTemplate.php
===================================================================
--- 
plugins/ExtjsGeneratorPlugin/trunk/data/generator/ExtjsFormFilter/default/template/ExtjsFormFilterGeneratedTemplate.php
     2010-05-24 11:54:18 UTC (rev 29602)
+++ 
plugins/ExtjsGeneratorPlugin/trunk/data/generator/ExtjsFormFilter/default/template/ExtjsFormFilterGeneratedTemplate.php
     2010-05-24 12:16:07 UTC (rev 29603)
@@ -7,7 +7,7 @@
  * @subpackage filter
  * @author     ##AUTHOR_NAME##
  */
-abstract class BaseExtjs<?php echo ucfirst($this->table->getClassname()) 
?>FormFilter extends BaseFormFilterPropel
+abstract class BaseExtjs<?php echo ucfirst($this->table->getClassname()) 
?>FormFilter extends BaseExtjsFormFilterPropel
 {
   public function setup()
   {

-- 
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.

Reply via email to