]> wagnertech.de Git - timetracker.git/blobdiff - login.php
Removed unneeded subtotal row on reports, fixed printing of 0 subtotals.
[timetracker.git] / login.php
index e7254152c62cfa2e88e10b19f6091088ac54eae0..68a80678f825b9e613256f066e3e7e44e04802ab 100644 (file)
--- a/login.php
+++ b/login.php
@@ -75,7 +75,7 @@ if ($request->isPost()) {
   }
 } // isPost
 
-if(!isTrue(MULTITEAM_MODE) && !ttOrgHelper::getOrgs())
+if(!isTrue('MULTITEAM_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.