about summary refs log tree commit homepage
path: root/Documentation/mknews.perl
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/mknews.perl')
-rwxr-xr-xDocumentation/mknews.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/mknews.perl b/Documentation/mknews.perl
index 2d22d147..1bd704e6 100755
--- a/Documentation/mknews.perl
+++ b/Documentation/mknews.perl
@@ -112,7 +112,7 @@ sub html_start {
         my ($out, $ctx) = @_;
         require PublicInbox::WwwStream;
         $ctx->{www} = My::MockObject->new(style => '');
-        my $www_stream = PublicInbox::WwwStream->new($ctx);
+        my $www_stream = PublicInbox::WwwStream::init($ctx);
         print $out $www_stream->_html_top, '<pre>' or die;
 }