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