Sorry, left some debug lines in the pushed source :)
This commit is contained in:
		| @@ -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; | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user