Changeset 3353
- Timestamp:
- 08/22/2008 02:53:43 PM (3 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/ORM_Tree.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/ORM_Tree.php
r3344 r3353 37 37 { 38 38 // Find children of this parent 39 $model->where($ this->parent_key, $this->object[$this->parent_key])->find();39 $model->where($model->primary_key, $this->object[$this->parent_key])->find(); 40 40 } 41 41
