Ticket #392: fActiveRecord::load doesn't clear related records

Reporter: jeff Type: defect Opened: 5 months ago Status: closed
Assigned to: wbond Priority: major Modified: 5 months ago Resolution: fixed

The problem can be fixed by adding this after loadFromResult() in load();

$this→related_records = array();

Attachments

History

Reply 03/04/10 08:57:16 changed by wbond

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

This is fixed in r757

Edit the Ticket



please register or log in to allow for editing your comment

Action