1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 12:51:52 +02:00

Patch for the issue #2506

This commit is contained in:
Eduardo Carísio
2017-03-18 23:51:07 -03:00
parent 392a4f1785
commit 863e1afee0
4 changed files with 16 additions and 16 deletions

View File

@@ -616,7 +616,7 @@ require_once (HEADERF);
if ($forum->prefs->get('enclose'))
{
$forumTitle = empty($FORUMCAPTION) ? e107::pref('forum','title', LAN_PLUGIN_FORUM_NAME) : $tp->parseTemplate($FORUMCAPTION, TRUE, $sc);
$forumTitle = empty($FORUMCAPTION) ? e107::pref('forum','title', LAN_PLUGIN_FORUM_NAME) : $tp->parseTemplate($FORUMCAPTION, true, $sc);
$ns->tablerender($forumTitle, $mes->render().$forumstring, array('forum_viewtopic', 'main'));
}
else