X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=profile_edit.php;h=e538fce50ba1ee24b041eca77c49729988e78fe4;hb=91e951c88f39495bad54d1e06eb138b65c53c6d8;hp=a4c9db6c0403d69d1ba20e136343d47ce5eaccb8;hpb=9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c;p=timetracker.git diff --git a/profile_edit.php b/profile_edit.php index a4c9db6c..e538fce5 100644 --- a/profile_edit.php +++ b/profile_edit.php @@ -258,7 +258,7 @@ if ($request->isPost()) { } else $err->add($i18n->getKey('error.db')); } -} // POST +} // isPost $smarty->assign('auth_external', $auth->isPasswordExternal()); $smarty->assign('forms', array($form->getName()=>$form->toArray()));