]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/WwwStream.pm
config: lazy-load coderepos, support extindex
[public-inbox.git] / lib / PublicInbox / WwwStream.pm
index 1178a3c976615e64a53093055acf41b314218430..be9e762e6e334d575899864db4fc30ac89226a17 100644 (file)
@@ -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