Index: branches/5.2.x/core/units/helpers/template_helper.php =================================================================== diff -u -N -r14748 -r15137 --- branches/5.2.x/core/units/helpers/template_helper.php (.../template_helper.php) (revision 14748) +++ branches/5.2.x/core/units/helpers/template_helper.php (.../template_helper.php) (revision 15137) @@ -1,6 +1,6 @@ Application->GetVar('source'); if (!$this->Application->TemplatesCache->TemplateExists($t)) { - $cms_handler =& $this->Application->recallObject('st_EventHandler'); + $cms_handler = $this->Application->recallObject('st_EventHandler'); /* @var $cms_handler CategoriesEventHandler */ $t = ltrim($cms_handler->GetDesignTemplate($t), '/');