]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/WwwStream.pm
rename {pi_config} fields to {pi_cfg}
[public-inbox.git] / lib / PublicInbox / WwwStream.pm
index 849831a6f8e26b4f11b9480046d4a62c59fefddf..34e124358d5e588cfae0f8f9cbfb730e33ee921c 100644 (file)
@@ -81,7 +81,7 @@ sub coderepos ($) {
        my $ibx = $ctx->{ibx};
        my @ret;
        if (defined(my $cr = $ibx->{coderepo})) {
-               my $cfg = $ctx->{www}->{pi_config};
+               my $cfg = $ctx->{www}->{pi_cfg};
                my $env = $ctx->{env};
                for my $cr_name (@$cr) {
                        my $urls = $cfg->{"coderepo.$cr_name.cgiturl"};