mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-16 10:21:00 +01:00
api: fix browsing uncategorized
This commit is contained in:
parent
77d013dc7f
commit
8aa3becccc
@ -157,7 +157,7 @@ class API extends Handler {
|
|||||||
|
|
||||||
function getHeadlines() {
|
function getHeadlines() {
|
||||||
$feed_id = db_escape_string($_REQUEST["feed_id"]);
|
$feed_id = db_escape_string($_REQUEST["feed_id"]);
|
||||||
if ($feed_id) {
|
if ($feed_id != "") {
|
||||||
|
|
||||||
$limit = (int)db_escape_string($_REQUEST["limit"]);
|
$limit = (int)db_escape_string($_REQUEST["limit"]);
|
||||||
$offset = (int)db_escape_string($_REQUEST["skip"]);
|
$offset = (int)db_escape_string($_REQUEST["skip"]);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user