1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Forum overrides bug...

This commit is contained in:
rica-carv
2016-11-10 19:41:38 +00:00
committed by GitHub
parent ff0b4b1f96
commit c22f5376f2

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