]> ruin.nu Git - ndwebbie.git/blobdiff - ND/Web/Pages/Forum.pm
oops
[ndwebbie.git] / ND / Web / Pages / Forum.pm
index 06b3dfd5738e8a0b6d3b5e085b3f8bb60d034870..b18bc350c8ddb08044395c922377f5b02ba402de 100644 (file)
@@ -225,6 +225,7 @@ sub render_body {
                        ,undef,$board->{fcid}) or $ND::ERROR .= p($DBH->errstr);
                $BODY->param(Category =>  $category);
 
+       }elsif($self->{URI} =~ m{^/.*/search/(.*)}){ #List threads in this board
        }else{ #List boards
                $BODY->param(Overview => 1);
                $categories->execute or $ND::ERROR .= p($DBH->errstr);