Work in progress switching to ttUser::isPluginEnabled().
[timetracker.git] / admin_team_delete.php
index 19de9a7..987543c 100644 (file)
@@ -58,7 +58,7 @@ if ($request->isPost()) {
     header('Location: admin_teams.php');
     exit();
   }
-} // POST
+} // isPost
 
 $smarty->assign('team_to_delete', $team_name);
 $smarty->assign('forms', array($form->getName()=>$form->toArray()));