X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=ND%2FWeb%2FForum.pm;h=1c1ecedc9b15ec1a10b131e20c07762e07d6d0a4;hb=9298f8363ced9fbe9cba01386629281150b96945;hp=be9a10f7c5fddf550fd22cd1ae316074633e26b6;hpb=e1e188775dd3c5e1e9472661dc2006c3cca29e1c;p=ndwebbie.git diff --git a/ND/Web/Forum.pm b/ND/Web/Forum.pm index be9a10f..1c1eced 100644 --- a/ND/Web/Forum.pm +++ b/ND/Web/Forum.pm @@ -34,7 +34,6 @@ sub viewForumThread { my $template = HTML::Template->new(filename => "templates/viewthread.tmpl", global_vars => 1, cache => 1); - $template->param(Subject => $thread->{subject}); $template->param(Id => $thread->{id}); $template->param(Post => $thread->{post});