Index: branches/5.3.x/core/install.php =================================================================== diff -u -N -r16124 -r16156 --- branches/5.3.x/core/install.php (.../install.php) (revision 16124) +++ branches/5.3.x/core/install.php (.../install.php) (revision 16156) @@ -1,6 +1,6 @@ Application->recallObject('ModulesHelper'); + $modules_helper = $this->Application->recallObject('kModulesHelper'); /* @var $modules_helper kModulesHelper */ if ($modules_helper->verifyLicense($file_data[1])) { @@ -694,7 +694,7 @@ case 3: // Use Existing License $license_hash = $this->toolkit->systemConfig->get('License', 'Intechnic'); if ($license_hash) { - $modules_helper = $this->Application->recallObject('ModulesHelper'); + $modules_helper = $this->Application->recallObject('kModulesHelper'); /* @var $modules_helper kModulesHelper */ if (!$modules_helper->verifyLicense($license_hash)) { @@ -795,7 +795,7 @@ break; case 'select_domain': - $modules_helper = $this->Application->recallObject('ModulesHelper'); + $modules_helper = $this->Application->recallObject('kModulesHelper'); /* @var $modules_helper kModulesHelper */ // get domain name as entered by user on the form