Index: branches/5.2.x/core/units/modules/modules_tag_processor.php =================================================================== diff -u -N -r15137 -r15152 --- branches/5.2.x/core/units/modules/modules_tag_processor.php (.../modules_tag_processor.php) (revision 15137) +++ branches/5.2.x/core/units/modules/modules_tag_processor.php (.../modules_tag_processor.php) (revision 15152) @@ -1,6 +1,6 @@ getObject($params); + $object = $this->getObject($params); /* @var $object kDBList */ $modules_helper = $this->Application->recallObject('ModulesHelper'); @@ -49,7 +49,7 @@ return true; } - $object =& $this->getObject($params); + $object = $this->getObject($params); /* @var $object kDBList */ $modules_helper = $this->Application->recallObject('ModulesHelper'); @@ -69,7 +69,7 @@ { static $errors = Array (); - $object =& $this->getObject($params); + $object = $this->getObject($params); /* @var $object kDBList */ $module_path = $object->GetDBField('Path'); @@ -105,7 +105,7 @@ function InstallLink($params) { - $object =& $this->getObject($params); + $object = $this->getObject($params); /* @var $object kDBList */ $module_path = strtolower( $object->GetDBField('Path') );