X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Flogin.php;h=a432e5b60a0f5ff8455be01b85ebed972ceaa86c;hb=44e4bbe10c7f66ab47ce298009009e6627432bc5;hp=26b75db46372024750db6a120811aff108d4f06d;hpb=67e827dacf08d8a55dff9118c82dd964f5da12c1;p=timetracker.git diff --git a/mobile/login.php b/mobile/login.php index 26b75db4..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.