mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
ci: fix merge and issues with LoadChoicesFromDatabase
This commit is contained in:
@@ -55,7 +55,7 @@ class DryRemovalRuntimeEnvironment extends RunTimeEnvironment
|
||||
|
||||
foreach ($aExtensionCodes as $sCode) {
|
||||
/** @var \iTopExtension $oExtension */
|
||||
$oExtension = $oExtensionsMap->Get($sCode);
|
||||
$oExtension = $oExtensionsMap->GetFromExtensionCode($sCode);
|
||||
if (!is_null($oExtension)) {
|
||||
$sDir = $oExtension->sSourceDir;
|
||||
\IssueLog::Info(__METHOD__.": remove extension locally", null, [$oExtension->sCode => $sDir]);
|
||||
|
||||
Reference in New Issue
Block a user