mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-26 14:31:29 +00:00
viewfeed: return counters when subop is present or when in CDM
This commit is contained in:
@@ -2321,7 +2321,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
function catchup_feed($link, $feed, $cat_view, $owner_uid) {
|
||||
function catchup_feed($link, $feed, $cat_view, $owner_uid = false) {
|
||||
|
||||
if (!$owner_uid) $owner_uid = $_SESSION['uid'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user