about summary refs log tree commit homepage
path: root/lib/PublicInbox/WwwListing.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-12-14 22:34:15 +0000
committerEric Wong <e@80x24.org>2022-12-15 00:16:42 +0000
commit11cd89ced627f25e4d5065641097d734f67dfb70 (patch)
treeedd312520b339c56019ecf166b5ed77606648960 /lib/PublicInbox/WwwListing.pm
parent7090a1f3bd9536bcbfd1a1db33d717889138feae (diff)
downloadpublic-inbox-11cd89ced627f25e4d5065641097d734f67dfb70.tar.gz
The sort options and mbox downloads only apply to individual
inbox search endpoints, and they make no sense for the listing
of inboxes themselves.
Diffstat (limited to 'lib/PublicInbox/WwwListing.pm')
-rw-r--r--lib/PublicInbox/WwwListing.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/WwwListing.pm b/lib/PublicInbox/WwwListing.pm
index 72c940dd..21e5b8bc 100644
--- a/lib/PublicInbox/WwwListing.pm
+++ b/lib/PublicInbox/WwwListing.pm
@@ -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 {