From 765bfb6f401fa21bfad20a7ca893e72d8e4bdaab Mon Sep 17 00:00:00 2001 From: lorilee Date: Mon, 2 Aug 2010 13:14:41 -0700 Subject: [PATCH] Should be closing a group, not a subgroup --- libraries/export/xml.php | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/export/xml.php b/libraries/export/xml.php index 8c3afbaa8..9bafb0998 100644 --- a/libraries/export/xml.php +++ b/libraries/export/xml.php @@ -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 */