diff --git a/e107_plugins/forum/forum_viewtopic.php b/e107_plugins/forum/forum_viewtopic.php index bd55556a0..a2f20fdfd 100644 --- a/e107_plugins/forum/forum_viewtopic.php +++ b/e107_plugins/forum/forum_viewtopic.php @@ -470,6 +470,7 @@ function forumbuttons($thread) //---- $tVars->MESSAGE = $thread->message; $sc->setVars($thread->threadInfo); + $sc->setScVar('threadInfo', $thread->threadInfo); //$forum->set_crumb(true, '', $sc); // Set $BREADCRUMB (and BACKLINK) //---- $forstr = $tp->simpleParse($FORUMSTART, $tVars);