Index: branches/5.2.x/core/units/helpers/menu_helper.php =================================================================== diff -u -N -r14585 -r14628 --- branches/5.2.x/core/units/helpers/menu_helper.php (.../menu_helper.php) (revision 14585) +++ branches/5.2.x/core/units/helpers/menu_helper.php (.../menu_helper.php) (revision 14628) @@ -1,6 +1,6 @@ _prepareMenu(); $cat = $this->_getCategoryId($params); @@ -52,7 +55,7 @@ if (array_key_exists('level', $params) && $params['level'] > count($levels)) { // current level is deeper, then requested level - return ; + return ''; } $level = max(array_key_exists('level', $params) ? $params['level'] - 1 : count($levels) - 1, 0);