]> wagnertech.de Git - timetracker.git/blobdiff - password_reset.php
A better comment
[timetracker.git] / password_reset.php
index 9c2ed4e9c89b18aad06f3b7cf7b9a95af0327418..f98421a5f476f59a1ec0c3f299dd7642641cee2b 100644 (file)
@@ -110,7 +110,7 @@ if ($request->isPost()) {
       $smarty->assign('result_message', $res ? $i18n->getKey('form.reset_password.message') : $i18n->getKey('error.mail_send'));
     }
   }
-} // POST
+} // isPost
 
 $smarty->assign('forms', array($form->getName()=>$form->toArray()));
 $smarty->assign('onload', 'onLoad="document.resetPasswordForm.login.focus()"');