X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c..ebfd5af0ca598c2e86d27c23a3aaea9fa0505cf6:/notification_edit.php diff --git a/notification_edit.php b/notification_edit.php index f1452080..30a9d8fe 100644 --- a/notification_edit.php +++ b/notification_edit.php @@ -89,7 +89,7 @@ if ($request->isPost()) { } else $err->add($i18n->getKey('error.db')); } -} // POST +} // isPost $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('title', $i18n->getKey('title.add_notification'));