mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 05:37:32 +02:00
Update forum_post.php
This commit is contained in:
@@ -861,7 +861,7 @@ class forum_post_handler
|
|||||||
|
|
||||||
if(!empty($template['caption']))
|
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);
|
$this->render($text);
|
||||||
|
Reference in New Issue
Block a user