mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
N°8760 - fix installation choices db query - read code instead of title + add log
This commit is contained in:
@@ -577,7 +577,7 @@ class iTopExtensionsMap
|
||||
|
||||
$aChoices = [];
|
||||
foreach ($aDBInfo as $aExtensionInfo) {
|
||||
$aChoices[] = $aExtensionInfo['label'];
|
||||
$aChoices[] = $aExtensionInfo['code'];
|
||||
}
|
||||
|
||||
return $aChoices;
|
||||
|
||||
Reference in New Issue
Block a user