about summary refs log tree commit homepage
path: root/lib/PublicInbox/Config.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-09 23:55:44 +0000
committerEric Wong <e@80x24.org>2016-07-09 23:55:44 +0000
commit7b8c110cb5485479b626852ccce6f2790d7ac4b6 (patch)
tree8a7b950d2206500874c8263003dceee7b2ecdeb5 /lib/PublicInbox/Config.pm
parente634f3d6e168d157f205b938ab6a7c6c7564de07 (diff)
downloadpublic-inbox-7b8c110cb5485479b626852ccce6f2790d7ac4b6.tar.gz
Diffstat (limited to 'lib/PublicInbox/Config.pm')
-rw-r--r--lib/PublicInbox/Config.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/Config.pm b/lib/PublicInbox/Config.pm
index d7eaa3e8..1256fb1e 100644
--- a/lib/PublicInbox/Config.pm
+++ b/lib/PublicInbox/Config.pm
@@ -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;
         }