[-] Installer: installer now work even if no settings.inc.php file is created with an installer session already here
This commit is contained in:
@@ -587,10 +587,10 @@ class InstallModelInstall extends InstallAbstractModel
|
||||
return $modules;
|
||||
}
|
||||
|
||||
public function getAddonsModulesList()
|
||||
public function getAddonsModulesList($params = array())
|
||||
{
|
||||
$addons_modules = array();
|
||||
$content = Tools::addonsRequest('install-modules');
|
||||
$content = Tools::addonsRequest('install-modules', $params);
|
||||
$xml = @simplexml_load_string($content, null, LIBXML_NOCDATA);
|
||||
|
||||
if ($xml !== false and isset($xml->module))
|
||||
|
||||
Reference in New Issue
Block a user