Close #23055
This commit is contained in:
parent
e5176a78f5
commit
60023d529e
@ -8057,8 +8057,9 @@ abstract class CommonObject
|
||||
|
||||
$out = '';
|
||||
|
||||
$parameters = array();
|
||||
$parameters = array('mode'=>$mode, 'params'=>$params, 'keysuffix'=>$keysuffix, 'keyprefix'=>$keyprefix, 'display_type'=>$display_type);
|
||||
$reshook = $hookmanager->executeHooks('showOptionals', $parameters, $this, $action); // Note that $action and $object may have been modified by hook
|
||||
|
||||
if (empty($reshook)) {
|
||||
if (is_array($extrafields->attributes[$this->table_element]) && key_exists('label', $extrafields->attributes[$this->table_element]) && is_array($extrafields->attributes[$this->table_element]['label']) && count($extrafields->attributes[$this->table_element]['label']) > 0) {
|
||||
$out .= "\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user