1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +02:00

Extra filters on news.

This commit is contained in:
Cameron
2017-06-26 13:32:34 -07:00
parent 39e340caa7
commit 86044e143c

View File

@@ -163,7 +163,7 @@ class news_front
} }
$this->action = $action; $this->action = $action;
$this->subAction= $sub_action; $this->subAction= e107::getParser()->filter($sub_action);
} }