Skip to content
Snippets Groups Projects
Commit 61bbf93a authored by Shelane French's avatar Shelane French
Browse files

Issue #3452105: TypeError: array_filter(): Argument #1

parent e069cc2e
Branches
Tags
No related merge requests found
Pipeline #191857 passed with warnings
......@@ -43,7 +43,7 @@ class ViewsBootstrapAccordion extends StylePluginBase {
$options['label_field'] = ['default' => NULL];
$options['flush'] = ['default' => FALSE];
$options['behavior'] = ['default' => 'closed'];
$options['sections'] = ['default' => NULL];
$options['sections'] = ['default' => []];
return $options;
}
......
......@@ -28,7 +28,7 @@ class ViewsBootstrapTable extends Table {
$options = parent::defineOptions();
$options['table_class_custom'] = ['default' => NULL];
$options['responsive'] = ['default' => FALSE];
$options['bootstrap_styles'] = ['default' => NULL];
$options['bootstrap_styles'] = ['default' => []];
return $options;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment