X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c..91e951c88f39495bad54d1e06eb138b65c53c6d8:/admin_options.php diff --git a/admin_options.php b/admin_options.php index a7e567f6..05fa4800 100644 --- a/admin_options.php +++ b/admin_options.php @@ -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'));