mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 16:48:42 +02:00
N°3750 Fix syntax for array key
Thanks @Molkobain !
This commit is contained in:
@@ -31,7 +31,7 @@ class FieldUIBlockFactory extends AbstractUIBlockFactory
|
||||
'attlabel' => 'SetAttLabel',
|
||||
'value_raw' => 'SetValueRaw',
|
||||
'comments' => 'SetComments',
|
||||
'inputId' => 'SetInputId',
|
||||
'input_id' => 'SetInputId',
|
||||
];
|
||||
foreach ($aParamsMapping as $sParamKey => $sFieldMethod) {
|
||||
self::UpdateFieldFromParams($oField, $sFieldMethod, $aParams, $sParamKey);
|
||||
|
||||
Reference in New Issue
Block a user