X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c..91e951c88f39495bad54d1e06eb138b65c53c6d8:/profile_edit.php diff --git a/profile_edit.php b/profile_edit.php index a4c9db6c..e538fce5 100644 --- a/profile_edit.php +++ b/profile_edit.php @@ -258,7 +258,7 @@ if ($request->isPost()) { } else $err->add($i18n->getKey('error.db')); } -} // POST +} // isPost $smarty->assign('auth_external', $auth->isPasswordExternal()); $smarty->assign('forms', array($form->getName()=>$form->toArray()));