1
0
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:
mcfly
2010-03-31 14:23:25 +00:00
parent f81339d52d
commit a8c95d9fab

View File

@@ -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()