mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 04:55:54 +00:00
api: fix browsing uncategorized
This commit is contained in:
@@ -157,7 +157,7 @@ class API extends Handler {
|
||||
|
||||
function getHeadlines() {
|
||||
$feed_id = db_escape_string($_REQUEST["feed_id"]);
|
||||
if ($feed_id) {
|
||||
if ($feed_id != "") {
|
||||
|
||||
$limit = (int)db_escape_string($_REQUEST["limit"]);
|
||||
$offset = (int)db_escape_string($_REQUEST["skip"]);
|
||||
|
||||
Reference in New Issue
Block a user