A better comment
[timetracker.git] / password_change.php
index 0c51280..f07b8b6 100644 (file)
@@ -87,7 +87,7 @@ if ($request->isPost()) {
       $err->add($i18n->getKey('error.auth'));
     }
   }
-} // POST
+} // isPost
 
 $smarty->assign('forms', array($form->getName() => $form->toArray()));
 $smarty->assign('title', $i18n->getKey('title.change_password'));