X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c..260cff8d7b6e93db41ee30444c059c46ea78aada:/task_edit.php diff --git a/task_edit.php b/task_edit.php index bdd99b5f..943e9a92 100644 --- a/task_edit.php +++ b/task_edit.php @@ -106,7 +106,7 @@ if ($request->isPost()) { $err->add($i18n->getKey('error.task_exists')); } } -} // POST +} // isPost $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('title', $i18n->getKey('title.edit_task'));