]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/WwwListing.pm
No ext_urls
[public-inbox.git] / lib / PublicInbox / WwwListing.pm
index 72c940ddc406184cc938d48ce649f319bfac6e65..21e5b8bc8121040e9bd467d4cd30d7ca0baa654e 100644 (file)
@@ -162,7 +162,7 @@ sub mset_footer ($$) {
        # no footer if too few matches
        return '' if $mset->get_matches_estimated == $mset->size;
        require PublicInbox::SearchView;
-       PublicInbox::SearchView::search_nav_bot($mset, $ctx->{-sq});
+       PublicInbox::SearchView::search_nav_bot($ctx, $mset, $ctx->{-sq});
 }
 
 sub mset_nav_top {