X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=password_change.php;h=f07b8b61620e748ce0741fe12dc40692918abb4a;hb=eb55e2f8ca3859482a389795e03b45283e14ef36;hp=0c51280035ee21697b75d4aa21cf9a56754bc84d;hpb=9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c;p=timetracker.git 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'));