Index: branches/5.3.x/core/install/install_toolkit.php =================================================================== diff -u -N -r15962 -r16156 --- branches/5.3.x/core/install/install_toolkit.php (.../install_toolkit.php) (revision 15962) +++ branches/5.3.x/core/install/install_toolkit.php (.../install_toolkit.php) (revision 16156) @@ -1,6 +1,6 @@ Application->recallObject('ModulesHelper'); + $modules_helper = $this->Application->recallObject('kModulesHelper'); /* @var $modules_helper kModulesHelper */ $file_data = explode('Code==:', $file_data); @@ -1025,4 +1025,4 @@ return $compression_engines; } - } \ No newline at end of file + }