Index: releases/5.0.2-B1/core/units/helpers/modules_helper.php =================================================================== diff -u -N -r12734 -r12775 --- releases/5.0.2-B1/core/units/helpers/modules_helper.php (.../branches/5.0.x/core/units/helpers/modules_helper.php) (revision 12734) +++ releases/5.0.2-B1/core/units/helpers/modules_helper.php (.../releases/5.0.2-B1/core/units/helpers/modules_helper.php) (revision 12775) @@ -1,6 +1,6 @@ Application->IsAdmin()) { + if (!$this->Application->isAdmin) { + // no license checks on front-end return implode(' AND ', $where_clause); } @@ -141,7 +142,7 @@ */ function _CheckDomain($user_domain, $license_domain) { - if ($this->Application->IsAdmin()) { + if ($this->Application->isAdmin) { $user_domain = $this->_StripDomainHost($user_domain); return preg_match('/(.*)'.preg_quote($user_domain, '/').'$/', $license_domain); }