X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=task_edit.php;h=943e9a92055a2ab53560f63dea8c98a1c8d14c7f;hb=da25ca5669ac88985d37a68392ed736ac03dcc3c;hp=bdd99b5f2c80cf57c45bf6b9d554b3969fe244a2;hpb=9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c;p=timetracker.git 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'));