Skip to content
Snippets Groups Projects
Commit 95063073 authored by lugir's avatar lugir
Browse files

Issue #3378764 by pierostz, K3vin_nl: WSOD when accessing Mix form

parent ae4ccc00
No related branches found
Tags 1.6.7
No related merge requests found
......@@ -216,7 +216,7 @@ For more details please see the <a href="https://www.drupal.org/docs/contributed
':input[name="config_import_ignore_mode"]' => ['checked' => TRUE],
],
],
'#default_value' => implode(PHP_EOL, $config->get('config_import_ignore.list')),
'#default_value' => implode(PHP_EOL, $config->get('config_import_ignore.list') ?? []),
];
$form['error_pages'] = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment