Ticket #776 (closed defect: fixed)

Opened 17 months ago

Last modified 17 months ago

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

Changed 17 months ago by romanb

  • status changed from new to closed
  • resolution set to fixed

(In [3708]) Fixed #776.

Changed 17 months ago by romanb

(In [3709]) merged 3708 (Fixed #776) from 0.10 branch to trunk.

Note: See TracTickets for help on using tickets.