X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/d26c95718cac0a2994ab4e9633b59f420a0816b4..387db9f30e6a45e1f25052af26c23ecdd1748e3a:/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'));