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