X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/2da2031951c852b4620c173e21c24f148fdf4999..a3ec528f0b31400a9cdda44211ae495a6512c648:/mobile/login.php diff --git a/mobile/login.php b/mobile/login.php index 59fc6000..26b75db4 100644 --- a/mobile/login.php +++ b/mobile/login.php @@ -80,7 +80,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.