X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;ds=sidebyside;f=ND%2FWeb%2FPages%2FForum.pm;h=b18bc350c8ddb08044395c922377f5b02ba402de;hb=c6a6e6dbab0ca435e6aeeb94e7c7329585b7b4f1;hp=06b3dfd5738e8a0b6d3b5e085b3f8bb60d034870;hpb=00e24fa419b422c8a8015a4b5249893de2877f62;p=ndwebbie.git diff --git a/ND/Web/Pages/Forum.pm b/ND/Web/Pages/Forum.pm index 06b3dfd..b18bc35 100644 --- a/ND/Web/Pages/Forum.pm +++ b/ND/Web/Pages/Forum.pm @@ -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);