X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c..5d4e18ee6156a223c3203819ba9a3c703437e697:/notification_add.php diff --git a/notification_add.php b/notification_add.php index 80bd33ea..80f46bb2 100644 --- a/notification_add.php +++ b/notification_add.php @@ -84,7 +84,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'));