fix admin actions logger
This commit is contained in:
parent
81266a1d2e
commit
52a97e93c3
@ -220,7 +220,7 @@ class Logger {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
$val = $data[$prefix.'arg'.($counter[$prefix]++)];
|
$val = $data[$prefix.'arg'.($counter[$prefix]++)] ?? null;
|
||||||
if (!$refl_type->allowsNull() || !is_null($val))
|
if (!$refl_type->allowsNull() || !is_null($val))
|
||||||
$val = $field_types[$prefix]['unpacker']($val);
|
$val = $field_types[$prefix]['unpacker']($val);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user