Author: sevein
Date: Wed Jun 6 19:41:08 2012
New Revision: 11744
Log:
Fix typo. Issue 2349
Modified:
trunk/apps/qubit/modules/user/actions/editAction.class.php
trunk/apps/qubit/modules/user/actions/passwordEditAction.class.php
Modified: trunk/apps/qubit/modules/user/actions/editAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/user/actions/editAction.class.php Wed Jun 6
17:21:09 2012 (r11743)
+++ trunk/apps/qubit/modules/user/actions/editAction.class.php Wed Jun 6
19:41:08 2012 (r11744)
@@ -36,7 +36,7 @@
$this->form->getValidatorSchema()->setPreValidator(new
sfValidatorSchemaCompare(
'password', '==', 'confirmPassword',
array(),
- array('invalid' => $this->context->i18n->__('Your password confirmation
did not match you password.'))));
+ array('invalid' => $this->context->i18n->__('Your password confirmation
did not match your password.'))));
$this->form->getValidatorSchema()->setPostValidator(
new sfValidatorCallback(array('callback' => array($this, 'exists'))));
Modified: trunk/apps/qubit/modules/user/actions/passwordEditAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/user/actions/passwordEditAction.class.php Wed Jun
6 17:21:09 2012 (r11743)
+++ trunk/apps/qubit/modules/user/actions/passwordEditAction.class.php Wed Jun
6 19:41:08 2012 (r11744)
@@ -31,7 +31,7 @@
$this->form->getValidatorSchema()->setPreValidator(new
sfValidatorSchemaCompare(
'password', '==', 'confirmPassword',
array(),
- array('invalid' => $this->context->i18n->__('Your password confirmation
did not match you password.'))));
+ array('invalid' => $this->context->i18n->__('Your password confirmation
did not match your password.'))));
$this->resource = new QubitUser;
if (isset($this->getRoute()->resource))
--
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.