X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=notification_edit.php;h=30a9d8fe33501c7d7d5c9a7d8baeb531b944ae65;hb=11441db31dcbed7b2070e800bcb1b0e6547b86bd;hp=f1452080611fe583f2e52a408402d5b286a49502;hpb=9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c;p=timetracker.git 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'));