From: ndparker <> Date: Fri, 16 Mar 2001 00:33:28 +0000 (+0000) Subject: bug fixed in Template/_thread.pm X-Git-Url: https://git.p6c8.net/selfforum.git/commitdiff_plain/3ccd0fa8e1b8039edd0332c8e079cd1add4f7703 bug fixed in Template/_thread.pm --- diff --git a/selfforum-cgi/shared/Template/_thread.pm b/selfforum-cgi/shared/Template/_thread.pm index 8c3cbbb..74ae404 100644 --- a/selfforum-cgi/shared/Template/_thread.pm +++ b/selfforum-cgi/shared/Template/_thread.pm @@ -85,7 +85,7 @@ sub html_thread ($$$) { my $end = $start + $msg -> [$start] -> {answers}; $start++; @indexes = ($start..$end); - $oldlevel = $startlevel = $msg -> [$par -> {start}] -> {level};} + $oldlevel = $startlevel = $msg -> [$start] -> {level};} # HTML erzeugen for (@$msg[@indexes]) {