Improved browser language determination.
[timetracker.git] / client_edit.php
index c64618d..c7ad158 100644 (file)
@@ -113,7 +113,7 @@ if ($request->isPost()) {
         $err->add($i18n->getKey('error.client_exists'));
     }
   }
-} // POST
+} // isPost
 
 $smarty->assign('forms', array($form->getName()=>$form->toArray()));
 $smarty->assign('title', $i18n->getKey('title.edit_client'));