X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c..eb55e2f8ca3859482a389795e03b45283e14ef36:/password_change.php diff --git a/password_change.php b/password_change.php index 0c512800..f07b8b61 100644 --- a/password_change.php +++ b/password_change.php @@ -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'));