mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
disable page navigation when limit == 0
This commit is contained in:
@@ -406,7 +406,8 @@
|
||||
}
|
||||
|
||||
print_headline_subtoolbar($link, $feed_site_url, $feed_title, false,
|
||||
$rtl_content, $feed, $cat_view, $search, $match_on, $search_mode, $offset);
|
||||
$rtl_content, $feed, $cat_view, $search, $match_on, $search_mode,
|
||||
$offset, $limit);
|
||||
|
||||
print "<div id=\"headlinesInnerContainer\">";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user