X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c..7fafd0cdc53c376b557a5504af53dacdfbcdb533:/login.php diff --git a/login.php b/login.php index 886800c3..19b88eac 100644 --- a/login.php +++ b/login.php @@ -78,7 +78,7 @@ if ($request->isPost()) { } else $err->add($i18n->getKey('error.auth')); } -} // POST +} // isPost if(!isTrue(MULTITEAM_MODE) && !ttTeamHelper::getTeams()) $err->add($i18n->getKey('error.no_teams'));