]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/WwwListing.pm
www: fix manifest.js.gz for default publicInbox.grokManifest
[public-inbox.git] / lib / PublicInbox / WwwListing.pm
index 76c76663a059889e5a1b52402486081de8b3791d..98a69986370539f8e372aa17e04d5647d148471b 100644 (file)
@@ -55,7 +55,7 @@ again:
        } elsif ($v eq 'all') {
                (qr/./, undef);
        } elsif ($v eq '404') {
-               undef;
+               (undef, undef);
        } else {
                warn <<EOF;
 `$v' is not a valid value for `$key'