From 5979cde3d345f98b2ddf9d030a7890a9b5de5372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Sun, 7 May 2017 18:37:14 +0200 Subject: [PATCH] Update boot.php --- e107_admin/boot.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 .= '
-

'.$row['title'].' — '.$row['pubDate'].'

+

'.$row['title'].' — '.$row['pubDate'].'

'.$tp->text_truncate($description,150).'
'; $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 +}