Index: branches/5.0.x/core/units/helpers/modules_helper.php =================================================================== diff -u -N -r12734 -r12774 --- branches/5.0.x/core/units/helpers/modules_helper.php (.../modules_helper.php) (revision 12734) +++ branches/5.0.x/core/units/helpers/modules_helper.php (.../modules_helper.php) (revision 12774) @@ -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); }