Author: allyb
Date: 2010-02-21 23:14:59 +0100 (Sun, 21 Feb 2010)
New Revision: 28172
Modified:
plugins/sfEasyAuthPlugin/branches/2010-02-18_integration-of-doctrine/lib/form/sfEasyAuthPasswordResetForm.class.php
Log:
Updated a validator for doctrine
Modified:
plugins/sfEasyAuthPlugin/branches/2010-02-18_integration-of-doctrine/lib/form/sfEasyAuthPasswordResetForm.class.php
===================================================================
---
plugins/sfEasyAuthPlugin/branches/2010-02-18_integration-of-doctrine/lib/form/sfEasyAuthPasswordResetForm.class.php
2010-02-21 22:01:58 UTC (rev 28171)
+++
plugins/sfEasyAuthPlugin/branches/2010-02-18_integration-of-doctrine/lib/form/sfEasyAuthPasswordResetForm.class.php
2010-02-21 22:14:59 UTC (rev 28172)
@@ -35,7 +35,7 @@
array('required' => true),
array('required' =>
sfConfig::get('app_sf_easy_auth_username_required_message'))
),
- new sfValidatorPropelChoice(
+ new
sfValidatorDoctrineChoice/*&sfValidatorPropelChoice###sfValidatorDoctrineChoice&*/(
array(
'model' => 'sfEasyAuthUser',
'column' => 'email'
--
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.