- Timestamp:
- 08/22/2008 02:56:31 PM (3 months ago)
- Files:
-
- 1 modified
-
tags/2.2.1/system/libraries/ORM_Tree.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/2.2.1/system/libraries/ORM_Tree.php
r3122 r3355 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
