about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--overlays/patches/public-inbox/0002-wwwstream-make-source-info-configurable.patch2
1 files changed, 1 insertions, 1 deletions
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('</pre><hr><pre>'.
 -			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}) .
  			'</pre></body></html>');
  	$h->[3] = bytes::length($out);
  	[ $code, $h, [ $out ] ];