Issue Details (XML | Word | Printable)

Key: MODM-12
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Jonathan H. Wage
Reporter: Steven Surowiec
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Doctrine MongoDB ODM

Undefined variable error

Created: 09/Jun/10 07:25 PM   Updated: 09/Jun/10 07:55 PM
Component/s: None
Affects Version/s: 1.0.0ALPHA1
Fix Version/s: 1.0.0ALPHA2


 Description  « Hide
In UnitOfWork::_computeAssociationChanges there are several references to $document but $document is never declared in that method, or passed into it. From looking at ORM it looks like $entry is the right variable to be using here.

 All   Comments   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order
Steven Surowiec added a comment - 09/Jun/10 07:27 PM