X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=login.php;h=f193aa2e90c69dcc1b467ac0655b9c8d9b2b0b36;hb=b027832862272283d9203c994ec8fd39f6196887;hp=20499a6f1efc0024f93b7a99edede4d383c9dc7c;hpb=d26c95718cac0a2994ab4e9633b59f420a0816b4;p=timetracker.git diff --git a/login.php b/login.php index 20499a6f..f193aa2e 100644 --- a/login.php +++ b/login.php @@ -78,7 +78,7 @@ if ($request->getMethod() == 'POST') { } else $errors->add($i18n->getKey('error.auth')); } -} +} // POST if(!isTrue(MULTITEAM_MODE) && !ttTeamHelper::getTeams()) $errors->add($i18n->getKey('error.no_teams'));