about summary refs log tree commit diff
path: root/overlays/patches
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-04-14 23:26:41 +0000
committerAlyssa Ross <hi@alyssa.is>2021-04-14 23:26:41 +0000
commit3fe5aa8691070eecaaa0a26a1236dd636f23e792 (patch)
tree9f74d4b9ed3a0d4c2f9da491d9a964d93ca71bd1 /overlays/patches
parentd401fca7d8337fa34b7e00ea8db4904fe967c6fa (diff)
downloadnixlib-3fe5aa8691070eecaaa0a26a1236dd636f23e792.tar
nixlib-3fe5aa8691070eecaaa0a26a1236dd636f23e792.tar.gz
nixlib-3fe5aa8691070eecaaa0a26a1236dd636f23e792.tar.bz2
nixlib-3fe5aa8691070eecaaa0a26a1236dd636f23e792.tar.lz
nixlib-3fe5aa8691070eecaaa0a26a1236dd636f23e792.tar.xz
nixlib-3fe5aa8691070eecaaa0a26a1236dd636f23e792.tar.zst
nixlib-3fe5aa8691070eecaaa0a26a1236dd636f23e792.zip
patches/public-inbox: fix source-info on index page
Diffstat (limited to 'overlays/patches')
-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 ] ];