about summary refs log tree commit homepage
path: root/lib/PublicInbox/WwwStream.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-03-16 23:02:16 -0800
committerEric Wong <e@80x24.org>2021-03-17 19:03:13 +0000
commita5968dc059f655a9ac62f1b8bf0bed2b90080b02 (patch)
treead57560f39f94358d93f2d4d492169e8f994f65a /lib/PublicInbox/WwwStream.pm
parentbe940983157a1f8bd353cb1891f6971645c73e5d (diff)
downloadpublic-inbox-a5968dc059f655a9ac62f1b8bf0bed2b90080b02.tar.gz
Extsearch objects are duck-types of Inbox objects, and
are capable of supporting code repos all the same.
Diffstat (limited to 'lib/PublicInbox/WwwStream.pm')
-rw-r--r--lib/PublicInbox/WwwStream.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/WwwStream.pm b/lib/PublicInbox/WwwStream.pm
index 1178a3c9..be9e762e 100644
--- a/lib/PublicInbox/WwwStream.pm
+++ b/lib/PublicInbox/WwwStream.pm
@@ -84,7 +84,7 @@ sub coderepos ($) {
         my $upfx = ($ctx->{-upfx} // ''). '../';
         my @ret;
         for my $cr_name (@$cr) {
-                my $urls = $cfg->{"coderepo.$cr_name.cgiturl"} // next;
+                my $urls = $cfg->get_all("coderepo.$cr_name.cgiturl") // next;
                 $ret[0] //= <<EOF;
 code repositories for the project(s) associated with this inbox:
 EOF