Index: branches/5.0.x/core/units/helpers/modules_helper.php =================================================================== diff -u -r12321 -r12357 --- branches/5.0.x/core/units/helpers/modules_helper.php (.../modules_helper.php) (revision 12321) +++ branches/5.0.x/core/units/helpers/modules_helper.php (.../modules_helper.php) (revision 12357) @@ -1,6 +1,6 @@ Application->IsAdmin()) return implode(' AND ', $where_clause); + if (!$this->Application->IsAdmin()) { + return implode(' AND ', $where_clause); + } $modules = $this->_GetModules(); if ($modules) {