Loading core/modules/ckeditor5/ckeditor5.module +1 −1 Original line number Diff line number Diff line Loading @@ -212,7 +212,7 @@ function _add_ajax_listeners_to_plugin_inputs(array &$plugins_config_form): void } foreach ($plugins_config_form as $key => &$value) { if (is_array($value) && strpos($key, '#') === FALSE) { if (is_array($value) && strpos((string) $key, '#') === FALSE) { _add_ajax_listeners_to_plugin_inputs($value); } } Loading Loading
core/modules/ckeditor5/ckeditor5.module +1 −1 Original line number Diff line number Diff line Loading @@ -212,7 +212,7 @@ function _add_ajax_listeners_to_plugin_inputs(array &$plugins_config_form): void } foreach ($plugins_config_form as $key => &$value) { if (is_array($value) && strpos($key, '#') === FALSE) { if (is_array($value) && strpos((string) $key, '#') === FALSE) { _add_ajax_listeners_to_plugin_inputs($value); } } Loading