mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 23:15:55 +00:00
catchupArticlesById: return when there are no ids to catchup
This commit is contained in:
@@ -4069,6 +4069,7 @@
|
||||
function catchupArticlesById($link, $ids, $cmode, $owner_uid = false) {
|
||||
|
||||
if (!$owner_uid) $owner_uid = $_SESSION["uid"];
|
||||
if (count($ids) == 0) return;
|
||||
|
||||
$tmp_ids = array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user