Renamed MULTITEAM_MODE to MULTIORG_MODE to better reflect the meaning of the constant.
[timetracker.git] / login.php
index 68a8067..8185203 100644 (file)
--- 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.