]> ruin.nu Git - ndwebbie.git/blobdiff - ND/Web/Forum.pm
line_width 1
[ndwebbie.git] / ND / Web / Forum.pm
index be9a10f7c5fddf550fd22cd1ae316074633e26b6..1c1ecedc9b15ec1a10b131e20c07762e07d6d0a4 100644 (file)
@@ -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});