diff --git a/e107_core/shortcodes/batch/admin_shortcodes.php b/e107_core/shortcodes/batch/admin_shortcodes.php
index 0d2da000b..e2d322e62 100644
--- a/e107_core/shortcodes/batch/admin_shortcodes.php
+++ b/e107_core/shortcodes/batch/admin_shortcodes.php
@@ -321,9 +321,9 @@ class admin_shortcodes
$comments_pending = $sql -> db_Count("comments", "(*)", "WHERE comment_blocked = 2 ");
$text = "
';
- $text .= "
";
+ $text .= "
";
- $text .= "
';
+ $text .= "
";
// for BC only.
diff --git a/e107_core/xml/default_install.xml b/e107_core/xml/default_install.xml
index 63229db73..d9e508878 100644
--- a/e107_core/xml/default_install.xml
+++ b/e107_core/xml/default_install.xml
@@ -232,10 +232,90 @@ City, State, Country
255
0
-
-
-
-
+
+
'core',
+ 'news' => 'core',
+ 'page' => 'core',
+ 'search' => 'core',
+ 'system' => 'core',
+ 'user' => 'core',
+ 'forum' => 'plugin',
+ 'gallery' => 'plugin/rewrite',
+ 'tagwords' => 'plugin',
+)]]>
+
1
+
0
+
+ array (
+ 0 => 'core',
+ ),
+ 'news' =>
+ array (
+ 0 => 'core',
+ 1 => 'core/sef_full',
+ 2 => 'core/sef_noid',
+ 3 => 'core/sef',
+ ),
+ 'page' =>
+ array (
+ 0 => 'core',
+ 1 => 'core/sef_noid',
+ 2 => 'core/sef',
+ ),
+ 'search' =>
+ array (
+ 0 => 'core',
+ 1 => 'core/rewrite',
+ ),
+ 'system' =>
+ array (
+ 0 => 'core',
+ 1 => 'core/rewrite',
+ ),
+ 'user' =>
+ array (
+ 0 => 'core',
+ 1 => 'core/rewrite',
+ ),
+ 'forum' =>
+ array (
+ 0 => 'plugin',
+ 1 => 'plugin/rewrite',
+ ),
+ 'gallery' =>
+ array (
+ 0 => 'plugin',
+ 1 => 'plugin/rewrite',
+ ),
+ 'tagwords' =>
+ array (
+ 0 => 'plugin',
+ ),
+)]]>
+
+
+ array (
+ 0 => 'index',
+ 1 => 'news',
+ 2 => 'page',
+ 3 => 'search',
+ 4 => 'system',
+ 5 => 'user',
+ ),
+ 'plugin' =>
+ array (
+ 0 => 'forum',
+ 1 => 'gallery',
+ 2 => 'tagwords',
+ ),
+ 'override' =>
+ array (
+ ),
+)]]>
dashl
0
1