]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
www: use PublicInbox::WwwStream stable-1.6
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 24 Feb 2021 08:54:56 +0000 (09:54 +0100)
committerEric Wong <e@80x24.org>
Wed, 24 Feb 2021 10:52:48 +0000 (10:52 +0000)
commitbb928d88ed4c72241a8d76bc792cdbd798e44470
treed7eb5190148f4dfe7d2f52238573defc002b8be7
parent3bacac503f6ff0bcf19aa581151c9c89fa35fe55
www: use PublicInbox::WwwStream

This prevents the following problem logged to the webserver's error log:

E: Undefined subroutine &PublicInbox::WwwStream::code_footer called at /usr/share/perl5/PublicInbox/WwwListing.pm line 102.
 in PublicInbox::ConfigIter=ARRAY(0x557aea68b1a8)::each_section at /usr/share/perl5/PublicInbox/ConfigIter.pm line 37.

Fixes: 7a3946ef122e ("www: support listing of inboxes")
lib/PublicInbox/WwwListing.pm