]> wagnertech.de Git - timetracker.git/blobdiff - cf_dropdown_option_edit.php
Update fi.lang.php
[timetracker.git] / cf_dropdown_option_edit.php
index bf5b17e8561157b5a1c4706b90dc93e12eb28596..78fc279c45c2be21ede8b96141e6d73b76bb3e14 100644 (file)
@@ -64,7 +64,7 @@ if ($request->isPost()) {
     } else
       $err->add($i18n->getKey('error.db'));
   }
-} // POST
+} // isPost
 
 $smarty->assign('forms', array($form->getName()=>$form->toArray()));
 $smarty->assign('onload', 'onLoad="document.optionEditForm.name.focus()"');