mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-02 15:08:45 +02:00
💪 Fix execution notice
This commit is contained in:
@@ -2433,6 +2433,10 @@ EOF
|
||||
$oPage->SetCurrentTab(Dict::S('UI:PropertiesTab'));
|
||||
|
||||
$aFieldsMap = $this->DisplayBareProperties($oPage, true, $sPrefix, $aExtraParams);
|
||||
if (!is_array($aFieldsMap))
|
||||
{
|
||||
$aFieldsMap = array();
|
||||
}
|
||||
if ($iKey > 0)
|
||||
{
|
||||
$aFieldsMap['id'] = $sPrefix.'_id';
|
||||
|
||||
Reference in New Issue
Block a user