forked from GNUsocial/gnu-social
Sorry, left some debug lines in the pushed source :)
This commit is contained in:
parent
618e31a780
commit
f4be42c597
@ -104,15 +104,11 @@ class RawReplyNoticeStream extends NoticeStream
|
|||||||
|
|
||||||
$ids = array();
|
$ids = array();
|
||||||
|
|
||||||
try {
|
|
||||||
if ($reply->find()) {
|
if ($reply->find()) {
|
||||||
while ($reply->fetch()) {
|
while ($reply->fetch()) {
|
||||||
$ids[] = $reply->notice_id;
|
$ids[] = $reply->notice_id;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (Exception $e) {
|
|
||||||
common_debug('MMNDEBUG: '.$e->getMessage().' on '.var_export($reply, true));
|
|
||||||
}
|
|
||||||
|
|
||||||
return $ids;
|
return $ids;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user