1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 04:32:01 +02:00

Update forum_post.php

This commit is contained in:
rica-carv 2016-11-29 17:25:15 +00:00 committed by GitHub
parent a7400ba516
commit 58009dd3c5

View File

@ -861,7 +861,7 @@ class forum_post_handler
if(!empty($template['caption']))
{
$this->forumObj->prefs->set('title', $template['caption']);
$this->forumObj->prefs->set('title', e107::getParser()->parseTemplate($template['caption'], true, $sc));
}
$this->render($text);