A better comment
[timetracker.git] / notification_add.php
index 80bd33e..80f46bb 100644 (file)
@@ -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'));