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:
parent
a7400ba516
commit
58009dd3c5
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user