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

Merge pull request #2021 from rica-carv/rica-carv-patch-forum.php

Patch forum.php for override shortcodes
This commit is contained in:
Cameron
2016-11-10 13:56:32 -08:00
committed by GitHub

View File

@@ -527,7 +527,7 @@ function parse_forum($f, $restricted_string = '')
--*/
//-- return $tp->simpleParse($FORUM_MAIN_FORUM, $fVars);
return $tp->parseTemplate($FORUM_MAIN_FORUM, false, $sc);
return $tp->parseTemplate($FORUM_MAIN_FORUM, true, $sc);
}