mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:45:56 +00:00
rework the way DEFAULT_ARTICLE_LIMIT works, remove limit toolbar dropdown (bump schema)
This commit is contained in:
@@ -264,7 +264,7 @@
|
||||
$feed = db_escape_string($_REQUEST["feed"]);
|
||||
$subop = db_escape_string($_REQUEST["subop"]);
|
||||
$view_mode = db_escape_string($_REQUEST["view_mode"]);
|
||||
$limit = db_escape_string($_REQUEST["limit"]);
|
||||
$limit = (int) get_pref($link, "DEFAULT_ARTICLE_LIMIT");
|
||||
$cat_view = db_escape_string($_REQUEST["cat"]);
|
||||
$next_unread_feed = db_escape_string($_REQUEST["nuf"]);
|
||||
$offset = db_escape_string($_REQUEST["skip"]);
|
||||
|
||||
Reference in New Issue
Block a user