mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Update forum_post.php
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user