From 3fe5aa8691070eecaaa0a26a1236dd636f23e792 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 14 Apr 2021 23:26:41 +0000 Subject: patches/public-inbox: fix source-info on index page --- .../public-inbox/0002-wwwstream-make-source-info-configurable.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'overlays/patches') diff --git a/overlays/patches/public-inbox/0002-wwwstream-make-source-info-configurable.patch b/overlays/patches/public-inbox/0002-wwwstream-make-source-info-configurable.patch index d7d40c82996d..e212a23809ed 100644 --- a/overlays/patches/public-inbox/0002-wwwstream-make-source-info-configurable.patch +++ b/overlays/patches/public-inbox/0002-wwwstream-make-source-info-configurable.patch @@ -35,7 +35,7 @@ index bda2761c..5438bfe4 100644 } my $out = $gzf->zflush('
'.
 -			PublicInbox::WwwStream::code_footer($ctx->{env}) .
-+			PublicInbox::WwwStream::code_footer($ctx->{pi_config}, $ctx->{env}) .
++			PublicInbox::WwwStream::code_footer($ctx->{www}->{pi_config}, $ctx->{env}) .
  			'
'); $h->[3] = bytes::length($out); [ $code, $h, [ $out ] ]; -- cgit 1.4.1