Index: branches/5.3.x/core/units/modules/modules_tag_processor.php =================================================================== diff -u -N -r15483 -r16156 --- branches/5.3.x/core/units/modules/modules_tag_processor.php (.../modules_tag_processor.php) (revision 15483) +++ branches/5.3.x/core/units/modules/modules_tag_processor.php (.../modules_tag_processor.php) (revision 16156) @@ -1,6 +1,6 @@ getObject($params); /* @var $object kDBList */ - $modules_helper = $this->Application->recallObject('ModulesHelper'); + $modules_helper = $this->Application->recallObject('kModulesHelper'); /* @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('kModulesHelper'); /* @var $modules_helper kModulesHelper */ $licensed_modules = array_map('strtolower', $modules_helper->_GetModules()); @@ -114,4 +114,4 @@ return $this->Application->HREF('dummy', '_FRONT_END_', $url_params, $module_path . 'install.php'); } - } \ No newline at end of file + }