Index: branches/5.3.x/core/units/statistics/statistics_tag_processor.php =================================================================== diff -u -N -r15928 -r16156 --- branches/5.3.x/core/units/statistics/statistics_tag_processor.php (.../statistics_tag_processor.php) (revision 15928) +++ branches/5.3.x/core/units/statistics/statistics_tag_processor.php (.../statistics_tag_processor.php) (revision 16156) @@ -1,6 +1,6 @@ Application->recallObject('ModulesHelper'); + $modules_helper = $this->Application->recallObject('kModulesHelper'); /* @var $modules_helper kModulesHelper */ $licensed_modules = array_map('strtolower', $modules_helper->_GetModules()); @@ -347,4 +347,4 @@ return $ret; } - } \ No newline at end of file + }