X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c..d20e3ae3a4685a3da6bb1da102a3010683a6d2da:/client_edit.php diff --git a/client_edit.php b/client_edit.php index c64618d1..c7ad1581 100644 --- a/client_edit.php +++ b/client_edit.php @@ -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'));