]> Sergey Matveev's repositories - public-inbox.git/commitdiff
searchview: fix syntax error
authorEric Wong <e@80x24.org>
Thu, 1 Oct 2015 20:16:35 +0000 (20:16 +0000)
committerEric Wong <e@80x24.org>
Thu, 1 Oct 2015 20:22:34 +0000 (20:22 +0000)
Oops, I forgot to run the syntax check for this.

lib/PublicInbox/SearchView.pm

index cfc650f437a0dada30d4c41a39285a70e99ffcb1..a51acbb4eaaa8933a8211216bbd8ee18827f21c4 100644 (file)
@@ -261,7 +261,7 @@ use PublicInbox::Hval;
 
 sub new {
        my ($class, $cgi) = @_;
-       my $r => $cgi->param('r'),
+       my $r = $cgi->param('r');
        bless {
                q => $cgi->param('q'),
                x => $cgi->param('x') || '',