]> wagnertech.de Git - timetracker.git/blobdiff - client_edit.php
Added environment_check.php file.
[timetracker.git] / client_edit.php
index c64618d18369f064bb030b49b72552763622e5c0..c7ad1581e0b68b4ef5553d311448b1ca6c823c36 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'));