catchupArticlesById: return when there are no ids to catchup
This commit is contained in:
parent
fa3317be48
commit
ed41f171cb
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue