]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Config.pm
view: add "infourl" for reply information
[public-inbox.git] / lib / PublicInbox / Config.pm
index d7eaa3e8f1c5100279deaefc7a0a8f1973023c5d..1256fb1e7df208ca9bb17fb269ad639d99c789c6 100644 (file)
@@ -141,7 +141,7 @@ sub _fill {
        my $rv = {};
 
        foreach my $k (qw(mainrepo address filter url newsgroup
-                       watch watchheader httpbackendmax)) {
+                       infourl watch watchheader httpbackendmax)) {
                my $v = $self->{"$pfx.$k"};
                $rv->{$k} = $v if defined $v;
        }