]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added hidden input to showRecoverForm() so form can be submitted without error in...
authorSteve Winton <stevewinton@gmail.com>
Thu, 11 Jun 2009 14:32:16 +0000 (15:32 +0100)
committerCraig Andrews <candrews@integralblue.com>
Tue, 21 Jul 2009 20:40:51 +0000 (16:40 -0400)
actions/recoverpassword.php [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 2afd052..721edea
@@ -194,6 +194,9 @@ class RecoverpasswordAction extends Action
                         'or your registered email address.'));
         $this->elementEnd('li');
         $this->elementEnd('ul');
+        $this->element('input', array('name' => 'recover',
+                                      'type' => 'hidden',
+                                      'value' => _('Recover')));
         $this->submit('recover', _('Recover'));
         $this->elementEnd('fieldset');
         $this->elementEnd('form');