X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c..a8ef8ed3ff0aca2d4429b08cc7ff37bd273f4547:/register.php diff --git a/register.php b/register.php index 03d77b64..9984460c 100644 --- a/register.php +++ b/register.php @@ -100,7 +100,7 @@ if ($request->isPost()) { } else $err->add($i18n->getKey('error.user_exists')); } -} // POST +} // isPost $smarty->assign('title', $i18n->getKey('title.create_team')); $smarty->assign('forms', array($form->getName()=>$form->toArray()));