Ticket #3487: sfGuardUser_i18n.patch
| File sfGuardUser_i18n.patch, 0.7 kB (added by zsolt.takacs, 8 months ago) |
|---|
-
modules/sfGuardUser/lib/BasesfGuardUserActions.class.php
old new 23 23 { 24 24 if ($this->getRequestParameter('sf_guard_user[password]') == '') 25 25 { 26 $this->getRequest()->setError('sf_guard_user{password}', 'Password is mandatory');26 $this->getRequest()->setError('sf_guard_user{password}', $this->getContext()->getI18N()->__('Password is mandatory')); 27 27 28 28 return false; 29 29 }