X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=admin_team_edit.php;h=09ef866daa060552e2bbc214ea594cc483535c5e;hb=3d5bc3e13797cb7121ed8548b723a0ef85eda80c;hp=84057b0e240cd8ecbcd1a547d3b9f3305fa788ae;hpb=9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c;p=timetracker.git 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()));