mirror of
https://github.com/Combodo/iTop.git
synced 2026-09-18 23:49:14 +02:00
N°9998 Fix remote uninstallable flag
This commit is contained in:
@@ -696,8 +696,10 @@ class iTopExtensionsMap
|
||||
$oChoice = $this->GetFromExtensionCode($oExtension->sCode);
|
||||
if ($oChoice) {
|
||||
$oChoice->bInstalled = true;
|
||||
$oExtension->bRemovedFromDisk = $oChoice->bRemovedFromDisk;
|
||||
} else {
|
||||
$oExtension->bRemovedFromDisk = true;
|
||||
$this->aExtensionsByCode[$oExtension->sCode] = $oExtension;
|
||||
}
|
||||
|
||||
$this->aInstalledExtensions[$oExtension->sCode.'/'.$oExtension->sVersion] = $oExtension;
|
||||
|
||||
Reference in New Issue
Block a user