X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=user_add.php;h=59300859aa5ab17f744c66d3a54cde927af6c364;hb=7fafd0cdc53c376b557a5504af53dacdfbcdb533;hp=26cbe695a00bac013e95f6e44dab840336d65e48;hpb=9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c;p=timetracker.git 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()));