X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/8492dc052ad85039e0bbe11c7c3e1b8554907f64..56fd29cc5a2b6a67ed24b19d0d4213a6458a9723:/login.php diff --git a/login.php b/login.php index e7254152..68a80678 100644 --- a/login.php +++ b/login.php @@ -75,7 +75,7 @@ if ($request->isPost()) { } } // isPost -if(!isTrue(MULTITEAM_MODE) && !ttOrgHelper::getOrgs()) +if(!isTrue('MULTITEAM_MODE') && !ttOrgHelper::getOrgs()) $err->add($i18n->get('error.no_groups')); // Determine whether to show login hint. It is currently used only for Windows LDAP authentication.