X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c..d9b4512fae9de17f4bc9d77c7532db6ada9bf8c3:/admin_team_edit.php diff --git a/admin_team_edit.php b/admin_team_edit.php index 84057b0e..09ef866d 100644 --- a/admin_team_edit.php +++ b/admin_team_edit.php @@ -112,7 +112,7 @@ if ($request->isPost()) { header('Location: admin_teams.php'); exit(); } -} // POST +} // isPost $smarty->assign('auth_external', $auth->isPasswordExternal()); $smarty->assign('forms', array($form->getName()=>$form->toArray()));