mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
N°8981: review cleanup on module filtering due to extensoin removal
This commit is contained in:
@@ -257,10 +257,7 @@ class ApplicationInstaller
|
||||
$sSourceDir = $this->oParams->Get('source_dir', 'datamodels/latest');
|
||||
$sExtensionDir = $this->oParams->Get('extensions_dir', 'extensions');
|
||||
$aMiscOptions = $this->oParams->Get('options', []);
|
||||
$aRemovedExtensionCodes = $this->oParams->Get('removed_extensions', null);
|
||||
if (! is_array($aRemovedExtensionCodes)) {
|
||||
$aRemovedExtensionCodes = [];
|
||||
}
|
||||
$aRemovedExtensionCodes = $this->oParams->Get('removed_extensions', []);
|
||||
|
||||
$bUseSymbolicLinks = null;
|
||||
if ((isset($aMiscOptions['symlinks']) && $aMiscOptions['symlinks'])) {
|
||||
|
||||
Reference in New Issue
Block a user