X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=login.php;h=8185203a3e2236e78f599626695be30506e1b4ca;hb=1078c4da84d79f93ef7f8bbffc5f0c8cb2a1a274;hp=e7254152c62cfa2e88e10b19f6091088ac54eae0;hpb=8492dc052ad85039e0bbe11c7c3e1b8554907f64;p=timetracker.git diff --git a/login.php b/login.php index e7254152..8185203a 100644 --- a/login.php +++ b/login.php @@ -75,7 +75,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.