Ticket #776 (closed defect: fixed)
copy() generates a fatal error
| Reported by: | AndySchmitt | Owned by: | romanb |
|---|---|---|---|
| Priority: | major | Milestone: | 2.0.0 (OLD) |
| Component: | Record | Version: | 0.10.0 |
| Severity: | Keywords: | ||
| Cc: | Has Test: | ||
| Status: | Has Patch: |
Description
In 0.10, Doctrine_Record::copy() generates a fatal error if you run a deep copy on a record with references on an object. The reason for this is that on lines 1433 and 1430 the object $ret was fat-fingered as $rt (which is nonexistent).
I'd committ a fix myself, but I don't have svn commit access yet.
Change History
Note: See
TracTickets for help on using
tickets.