Changeset 1617

Show
Ignore:
Timestamp:
12/26/2007 04:11:53 PM (13 months ago)
Author:
Shadowhand
Message:

Fixing a bug with the new ORM::find()

Files:
1 modified

Legend:

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

    r1596 r1617  
    332332 
    333333                                        // Load the related object 
    334                                         $model->find(current($args)); 
     334                                        $model->find(current($args), FALSE); 
    335335                                } 
    336336                        }