Should be closing a group, not a subgroup

This commit is contained in:
lorilee
2010-08-02 13:14:41 -07:00
parent fb0aa49817
commit 765bfb6f40

View File

@@ -38,7 +38,6 @@ if (isset($plugin_list)) {
array('type' => 'bool', 'name' => 'export_triggers', 'text' => __('Triggers'));
$plugin_list['xml']['options'][] =
array('type' => 'bool', 'name' => 'export_views', 'text' => __('Views'));
$plugin_list['xml']['options'][] = array('type' => 'end_subgroup');
$plugin_list['xml']['options'][] = array('type' => 'end_group');
/* Data */