X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/0e3c4d629800de449c5a1bb9da780993e5dc5277..b027832862272283d9203c994ec8fd39f6196887:/admin_team_add.php diff --git a/admin_team_add.php b/admin_team_add.php index 258f6caf..3ce0e662 100644 --- a/admin_team_add.php +++ b/admin_team_add.php @@ -93,7 +93,7 @@ if ($request->getMethod() == 'POST') { } else $errors->add($i18n->getKey('error.user_exists')); } -} +} // POST $smarty->assign('auth_external', $auth->isPasswordExternal()); $smarty->assign('forms', array($form->getName()=>$form->toArray()));