X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/fd3db1c1a2b975a23c907b2e9b714a0cfe47f3e0..4426ed3bc8e53d5013d356505283c916e3826392:/password_change.php diff --git a/password_change.php b/password_change.php index 8e565212..e7d27505 100644 --- a/password_change.php +++ b/password_change.php @@ -87,7 +87,7 @@ if ($request->getMethod() == 'POST') { $errors->add($i18n->getKey('error.auth')); } } -} +} // POST $smarty->assign('forms', array($form->getName() => $form->toArray())); $smarty->assign('title', $i18n->getKey('title.change_password'));