diff --git a/e107_admin/boot.php b/e107_admin/boot.php
index b132cde92..659251352 100644
--- a/e107_admin/boot.php
+++ b/e107_admin/boot.php
@@ -56,7 +56,7 @@ if(ADMIN && e_AJAX_REQUEST && varset($_GET['mode']) == 'core' && ($_GET['type']
$text .= '
';
$count++;
@@ -103,7 +103,7 @@ if(ADMIN && (e_AJAX_REQUEST || deftrue('e_DEBUG_FEEDS')) && varset($_GET['mode']
$rows = e107::getXml()->parseXml($data, 'advanced');
// print_a($rows);
// exit;
- $link = ($type == 'plugin') ? e_ADMIN."plugin.php?mode=online" : e_ADMIN."theme.php?mode=online";
+ $link = ($type == 'plugin') ? e_ADMIN."plugin.php?mode=online" : e_ADMIN."theme.php?mode=main&action=online";
$text = "";
@@ -471,4 +471,4 @@ if (!function_exists("parse_admin"))
}
}
}
-}
\ No newline at end of file
+}