From f3da56448a3ffa6e50bd250faa8a56509f42d884 Mon Sep 17 00:00:00 2001 From: Jimako Date: Sat, 18 Oct 2014 21:09:17 +0200 Subject: [PATCH] correct category icon corect path is in variable $src --- e107_core/shortcodes/batch/news_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_core/shortcodes/batch/news_shortcodes.php b/e107_core/shortcodes/batch/news_shortcodes.php index 87eae9d7f..35ecac4a6 100644 --- a/e107_core/shortcodes/batch/news_shortcodes.php +++ b/e107_core/shortcodes/batch/news_shortcodes.php @@ -718,7 +718,7 @@ class news_shortcodes extends e_shortcode switch($parm) { case 'src': - return $category_icon; + return $src; break; case 'tag':