X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=admin_team_edit.php;h=09ef866daa060552e2bbc214ea594cc483535c5e;hb=2d0b41f7a9a2064b7a41209ec85fa3779b1f8a29;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()));