A better comment
[timetracker.git] / admin_options.php
index a7e567f..05fa480 100644 (file)
@@ -62,7 +62,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.options'));