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); }