X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=login.php;h=8185203a3e2236e78f599626695be30506e1b4ca;hb=44e4bbe10c7f66ab47ce298009009e6627432bc5;hp=68a80678f825b9e613256f066e3e7e44e04802ab;hpb=67e827dacf08d8a55dff9118c82dd964f5da12c1;p=timetracker.git diff --git a/login.php b/login.php index 68a80678..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.