]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Feed.pm
wwwstream: reduce object graph depth
[public-inbox.git] / lib / PublicInbox / Feed.pm
index 4c1056b4665dec330f69576f56bf345c847073df..f25dd267e30a8155f3546f509d47f6bdb2bf3b17 100644 (file)
@@ -70,7 +70,7 @@ sub new_html {
        $ctx->{-html_tip} = '<pre>';
        $ctx->{-upfx} = '';
        $ctx->{-hr} = 1;
-       PublicInbox::WwwStream->response($ctx, 200, \&new_html_i);
+       PublicInbox::WwwStream::response($ctx, 200, \&new_html_i);
 }
 
 # private subs