catchupArticlesById: return when there are no ids to catchup

master
Andrew Dolgov 14 years ago
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…
Cancel
Save