X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c..eb55e2f8ca3859482a389795e03b45283e14ef36:/task_delete.php diff --git a/task_delete.php b/task_delete.php index d4321fb2..1c089197 100644 --- a/task_delete.php +++ b/task_delete.php @@ -59,7 +59,7 @@ if ($request->isPost()) { header('Location: tasks.php'); exit(); } -} // POST +} // isPost $smarty->assign('task_to_delete', $task_to_delete); $smarty->assign('forms', array($form->getName()=>$form->toArray()));