1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 14:35:55 +00:00

queryfeedheadlines: remove disable_offsets hack

This commit is contained in:
Andrew Dolgov
2015-09-15 12:33:58 +03:00
parent 6b860bd9d2
commit 94b8ce6cec
2 changed files with 2 additions and 11 deletions

View File

@@ -686,8 +686,7 @@ class API extends Handler {
"offset" => $offset,
"since_id" => $since_id,
"include_children" => $include_nested,
"check_first_id" => $check_first_id,
"api_request" => true
"check_first_id" => $check_first_id
);
$qfh_ret = queryFeedHeadlines($params);