Should be closing a group, not a subgroup
This commit is contained in:
@@ -38,7 +38,6 @@ if (isset($plugin_list)) {
|
|||||||
array('type' => 'bool', 'name' => 'export_triggers', 'text' => __('Triggers'));
|
array('type' => 'bool', 'name' => 'export_triggers', 'text' => __('Triggers'));
|
||||||
$plugin_list['xml']['options'][] =
|
$plugin_list['xml']['options'][] =
|
||||||
array('type' => 'bool', 'name' => 'export_views', 'text' => __('Views'));
|
array('type' => 'bool', 'name' => 'export_views', 'text' => __('Views'));
|
||||||
$plugin_list['xml']['options'][] = array('type' => 'end_subgroup');
|
|
||||||
$plugin_list['xml']['options'][] = array('type' => 'end_group');
|
$plugin_list['xml']['options'][] = array('type' => 'end_group');
|
||||||
|
|
||||||
/* Data */
|
/* Data */
|
||||||
|
Reference in New Issue
Block a user