From 86044e143cd4a6876c502e563d8eded10be0155c Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 26 Jun 2017 13:32:34 -0700 Subject: [PATCH] Extra filters on news. --- e107_plugins/news/news.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/news/news.php b/e107_plugins/news/news.php index 5d6b72f42..962683ade 100644 --- a/e107_plugins/news/news.php +++ b/e107_plugins/news/news.php @@ -163,7 +163,7 @@ class news_front } $this->action = $action; - $this->subAction= $sub_action; + $this->subAction= e107::getParser()->filter($sub_action); }