💪 Fix execution notice

This commit is contained in:
Molkobain
2018-12-07 17:37:18 +01:00
committed by Eric
parent f54da5f9a6
commit 85acac60c7

View File

@@ -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';