Index: branches/5.2.x/core/units/modules/modules_tag_processor.php =================================================================== diff -u -N -r14244 -r15137 --- branches/5.2.x/core/units/modules/modules_tag_processor.php (.../modules_tag_processor.php) (revision 14244) +++ branches/5.2.x/core/units/modules/modules_tag_processor.php (.../modules_tag_processor.php) (revision 15137) @@ -1,6 +1,6 @@ getObject($params); /* @var $object kDBList */ - $modules_helper =& $this->Application->recallObject('ModulesHelper'); + $modules_helper = $this->Application->recallObject('ModulesHelper'); /* @var $modules_helper kModulesHelper */ return $modules_helper->moduleInstalled( $object->GetDBField('Name') ); @@ -52,7 +52,7 @@ $object =& $this->getObject($params); /* @var $object kDBList */ - $modules_helper =& $this->Application->recallObject('ModulesHelper'); + $modules_helper = $this->Application->recallObject('ModulesHelper'); /* @var $modules_helper kModulesHelper */ $licensed_modules = array_map('strtolower', $modules_helper->_GetModules());