X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=task_delete.php;h=96044feacfd385d4949ee550ace7ae39ceafe7bb;hb=c46106d305d91e93fb63c0d601a5a006a02bb63a;hp=b7b33c225c00a9c121b7ab2e2a604e4c39bda946;hpb=5ef582473f6b329be18ad83c61e053fdcd9c6ed5;p=timetracker.git diff --git a/task_delete.php b/task_delete.php index b7b33c22..96044fea 100644 --- a/task_delete.php +++ b/task_delete.php @@ -59,7 +59,7 @@ if ($request->getMethod() == 'POST') { header('Location: tasks.php'); exit(); } -} // post +} // POST $smarty->assign('task_to_delete', $task_to_delete); $smarty->assign('forms', array($form->getName()=>$form->toArray()));