summaryrefslogtreecommitdiff
path: root/classes/rpc.php
diff options
context:
space:
mode:
authorwn_ <[email protected]>2021-11-12 04:48:06 +0000
committerwn_ <[email protected]>2021-11-12 04:48:06 +0000
commit763515de794b4affaf2babcc73008fcf88875c97 (patch)
treeda6c3cf8e30a613afc62f72d2680f22611c684e5 /classes/rpc.php
parent5606e38bff619c388c9621dde30f0d54127a21f4 (diff)
Address PHPStan warnings in 'classes/feeds.php'.
Also some minor related tweaks in other classes.
Diffstat (limited to 'classes/rpc.php')
-rwxr-xr-xclasses/rpc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/rpc.php b/classes/rpc.php
index 4024aae2e..60119a605 100755
--- a/classes/rpc.php
+++ b/classes/rpc.php
@@ -227,7 +227,7 @@ class RPC extends Handler_Protected {
$search_query = clean($_REQUEST['search_query']);
$search_lang = clean($_REQUEST['search_lang']);
- Feeds::_catchup($feed_id, $is_cat, false, $mode, [$search_query, $search_lang]);
+ Feeds::_catchup($feed_id, $is_cat, null, $mode, [$search_query, $search_lang]);
// return counters here synchronously so that frontend can figure out next unread feed properly
print json_encode(['counters' => Counters::get_all()]);