summaryrefslogtreecommitdiff
path: root/classes/feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-03-10 14:45:44 +0300
committerAndrew Dolgov <[email protected]>2022-03-10 14:45:44 +0300
commit1703850215a282a31e9970e28ef8e7d930e4cc27 (patch)
treea2ab101e72aeede18d27484922f74ab99beed801 /classes/feeds.php
parent6f14a5b261e597492c99aee6c7e13c51e6254390 (diff)
parent95431890bea57c6fcc3f6198a7a27b1993f3fba4 (diff)
Merge branch 'master' of git.tt-rss.org:fox/tt-rss
Diffstat (limited to 'classes/feeds.php')
-rwxr-xr-xclasses/feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index 6f812b98c..a06486883 100755
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -23,7 +23,7 @@ class Feeds extends Handler_Protected {
*/
private function _format_headlines_list($feed, string $method, string $view_mode, int $limit, bool $cat_view,
int $offset, string $override_order, bool $include_children, ?int $check_first_id = null,
- bool $skip_first_id_check, string $order_by): array {
+ ?bool $skip_first_id_check = false, ? string $order_by = ''): array {
$disable_cache = false;