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();
|
||||
|
||||
try {
|
||||
if ($reply->find()) {
|
||||
while ($reply->fetch()) {
|
||||
$ids[] = $reply->notice_id;
|
||||
}
|
||||
}
|
||||
} catch (Exception $e) {
|
||||
common_debug('MMNDEBUG: '.$e->getMessage().' on '.var_export($reply, true));
|
||||
}
|
||||
|
||||
return $ids;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user