Show
Ignore:
Timestamp:
08/08/2008 01:45:30 PM (4 months ago)
Author:
Shadowhand
Message:

Fixed a bug in ORM that prevented "changed" status from working properly with object data. Duh.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/ORM.php

    r3291 r3304  
    575575                        // Object has been saved 
    576576                        $this->saved = TRUE; 
     577 
     578                        // Nothing has been changed 
     579                        $this->changed = array(); 
    577580                } 
    578581                else