From 121eedfce3a610e73f2523c41ebf6698417376c8 Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 1 May 2020 11:03:02 -0700 Subject: [PATCH] Issue #4141 - Removed deprecated class. --- e107_core/shortcodes/batch/news_shortcodes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_core/shortcodes/batch/news_shortcodes.php b/e107_core/shortcodes/batch/news_shortcodes.php index d72597291..182da9560 100644 --- a/e107_core/shortcodes/batch/news_shortcodes.php +++ b/e107_core/shortcodes/batch/news_shortcodes.php @@ -572,8 +572,8 @@ class news_shortcodes extends e_shortcode { $category_name = e107::getParser()->toHTML($this->news_item['category_name'], FALSE ,'defs'); $category = array('id' => $this->news_item['category_id'], 'name' => $this->news_item['category_sef'] ); - $categoryClass = varset($GLOBALS['NEWS_CSSMODE'],''); - return "param['catlink'] : "#")."' href='".e107::getUrl()->create('news/list/category', $category)."'>".$category_name.""; + // $categoryClass = varset($GLOBALS['NEWS_CSSMODE'],''); + return "param['catlink'] : "#")."' href='".e107::getUrl()->create('news/list/category', $category)."'>".$category_name.""; } function sc_newsdate($parm)