Author: pmacadden
Date: 2010-05-13 23:23:38 +0200 (Thu, 13 May 2010)
New Revision: 29453

Modified:
   plugins/pmModuleEnablerPlugin/trunk/lib/form/pmConfigurationForm.class.php
Log:
bugfix

Modified: 
plugins/pmModuleEnablerPlugin/trunk/lib/form/pmConfigurationForm.class.php
===================================================================
--- plugins/pmModuleEnablerPlugin/trunk/lib/form/pmConfigurationForm.class.php  
2010-05-13 21:13:07 UTC (rev 29452)
+++ plugins/pmModuleEnablerPlugin/trunk/lib/form/pmConfigurationForm.class.php  
2010-05-13 21:23:38 UTC (rev 29453)
@@ -23,7 +23,7 @@
     
$this->widgetSchema['enabled_modules']->setDefault($this->getObject()->getDefaults());
 
     $this->validatorSchema['enabled_modules'] = new 
sfValidatorPropelChoiceMany(array('model' => 'pmModule',
-                                                                               
       'required' => 'false'));
+                                                                               
       'required' => false));
   }
 
   public function doSave($con = null)

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