summaryrefslogtreecommitdiff
path: root/classes/feeds.php
diff options
context:
space:
mode:
authorfox <[email protected]>2021-12-01 10:52:12 +0300
committerfox <[email protected]>2021-12-01 10:52:12 +0300
commita72e24343bddbee4aa2b354aabd91b55e33cd71e (patch)
treecd3134c15776e6cef62205c0e382bd2ed40d0de6 /classes/feeds.php
parentdf7b2e79849419fcc278c0549fdf10c094991558 (diff)
parent72e21f89ce2465fafc08a92dc2d216b55f355f28 (diff)
Merge pull request 'Fixes for php 8.1 compatibility' (#56) from magicDave/tt-rss:php8.1-fixes into master
Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/56
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 a9afb70f2..ebffe3269 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;