Fix variable name

This commit is contained in:
Victor Vasiliev 2007-12-28 17:29:35 +00:00
parent d4ba24b5af
commit 31b9e65cc8

View file

@ -3520,7 +3520,7 @@ class Parser_OldPP
$prevlevel = 0;
$toclevel = 0;
$prevtoclevel = 0;
$rawtoc = array();
$tocraw = array();
foreach( $matches[3] as $headline ) {
$istemplate = 0;