Index: branches/5.2.x/core/units/themes/themes_tag_processor.php =================================================================== diff -u -N -r14244 -r15137 --- branches/5.2.x/core/units/themes/themes_tag_processor.php (.../themes_tag_processor.php) (revision 14244) +++ branches/5.2.x/core/units/themes/themes_tag_processor.php (.../themes_tag_processor.php) (revision 15137) @@ -1,6 +1,6 @@ getObject($params); - $themes_helper =& $this->Application->recallObject('ThemesHelper'); + $themes_helper = $this->Application->recallObject('ThemesHelper'); /* @var $themes_helper kThemesHelper */ return $object->GetDBField('ThemeId') == $themes_helper->getCurrentThemeId();