]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/WwwListing.pm
rename {pi_config} fields to {pi_cfg}
[public-inbox.git] / lib / PublicInbox / WwwListing.pm
index bda2761c63d93091b4680065757a3b241a6eb895..fce0e530b24feb91393951cf24223c99ffb4c115 100644 (file)
@@ -44,7 +44,7 @@ sub url_regexp {
        my ($ctx, $key, $default) = @_;
        $key //= 'publicInbox.wwwListing';
        $default //= '404';
-       my $v = $ctx->{www}->{pi_config}->{lc $key} // $default;
+       my $v = $ctx->{www}->{pi_cfg}->{lc $key} // $default;
 again:
        if ($v eq 'match=domain') {
                my $h = $ctx->{env}->{HTTP_HOST} // $ctx->{env}->{SERVER_NAME};
@@ -70,7 +70,7 @@ sub response {
        my ($class, $ctx) = @_;
        bless $ctx, $class;
        my $re = $ctx->url_regexp or return $ctx->psgi_triple;
-       my $iter = PublicInbox::ConfigIter->new($ctx->{www}->{pi_config},
+       my $iter = PublicInbox::ConfigIter->new($ctx->{www}->{pi_cfg},
                                                \&list_match_i, $re, $ctx);
        sub {
                $ctx->{-wcb} = $_[0]; # HTTP server callback