about summary refs log tree commit homepage
path: root/lib/PublicInbox/Config.pm
diff options
context:
space:
mode:
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 7aa1f6c8..b3e00ae0 100644
--- a/lib/PublicInbox/Config.pm
+++ b/lib/PublicInbox/Config.pm
@@ -525,7 +525,7 @@ sub _fill_ei ($$) {
                 my $v = get_1($self, $pfx, $k) // next;
                 $es->{$k} = $v;
         }
-        for my $k (qw(altid coderepo hide url infourl)) {
+        for my $k (qw(coderepo hide url infourl)) {
                 my $v = $self->{"$pfx.$k"} // next;
                 $es->{$k} = _array($v);
         }