Index: branches/5.2.x/core/units/helpers/menu_helper.php =================================================================== diff -u -N -r15012 -r15137 --- branches/5.2.x/core/units/helpers/menu_helper.php (.../menu_helper.php) (revision 15012) +++ branches/5.2.x/core/units/helpers/menu_helper.php (.../menu_helper.php) (revision 15137) @@ -1,6 +1,6 @@ Application->GetVar('m_cat_id'); if ("$cat" == 'parent') { - $this_category =& $this->Application->recallObject('c'); + $this_category = $this->Application->recallObject('c'); /* @var $this_category kDBItem */ $cat = $this_category->GetDBField('ParentId'); @@ -287,7 +287,7 @@ static $lang_part = null; if (!isset($lang_part)) { - $ml_helper =& $this->Application->recallObject('kMultiLanguageHelper'); + $ml_helper = $this->Application->recallObject('kMultiLanguageHelper'); /* @var $ml_helper kMultiLanguageHelper */ $lang_part = ''; @@ -335,7 +335,7 @@ static $items_by_parent = null; if (!isset($items_by_parent)) { - $ml_helper =& $this->Application->recallObject('kMultiLanguageHelper'); + $ml_helper = $this->Application->recallObject('kMultiLanguageHelper'); /* @var $ml_helper kMultiLanguageHelper */ $lang_part = '';