X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Flogin.php;h=a432e5b60a0f5ff8455be01b85ebed972ceaa86c;hb=9819bb63bec83c13dd40ebb2ffc24df5fcfeda33;hp=59fc6000f34be5d2d700eca9d726a8107a360f93;hpb=2da2031951c852b4620c173e21c24f148fdf4999;p=timetracker.git diff --git a/mobile/login.php b/mobile/login.php index 59fc6000..a432e5b6 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('MULTIORG_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.