]> wagnertech.de Git - timetracker.git/blobdiff - login.php
Implemented configurable holidays.
[timetracker.git] / login.php
index 68a80678f825b9e613256f066e3e7e44e04802ab..8185203a3e2236e78f599626695be30506e1b4ca 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.