Closed (fixed)
Project:
MongoDB
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2011 at 03:36 UTC
Updated:
5 Mar 2012 at 14:20 UTC
Small patch.
- return mongoDebugCursor($this->collection->find($query, $fields));
+ return new mongoDebugCursor($this->collection->find($query, $fields));
| Comment | File | Size | Author |
|---|---|---|---|
| mongoDebugCursor_error.patch | 420 bytes | ericduran |
Comments
Comment #1
langworthy commentedThis is a trivial patch and looks good to me.
Comment #3
misc commentedCommitted to 7.x-1.x.
Comment #4
fgmPlease do not set issues to Closed (fixed) manually: people not actively following them will not see them. A better practice is to set them to Fixed, after which the d.o. comment closer will switch them to Closed (fixed) two weeks later.
Comment #5
misc commented@fgm: Ok, will do so.