mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Incorrect var name - thanks Luceos
This commit is contained in:
@@ -526,7 +526,7 @@ function parse_sub($subInfo)
|
||||
{
|
||||
$tVars->SUB_LASTPOST = '-';
|
||||
}
|
||||
return $tp->simpleParse($FORUM_VIEW_SUB, $fVars);
|
||||
return $tp->simpleParse($FORUM_VIEW_SUB, $tVars);
|
||||
}
|
||||
|
||||
function forumjump()
|
||||
|
Reference in New Issue
Block a user