Changeset 5298 for branches/1.1/lib/Doctrine/Hydrator/RecordDriver.php
- Timestamp:
- 12/17/08 16:14:01 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/lib/Doctrine/Hydrator/RecordDriver.php
r5016 r5298 160 160 $inheritanceMap = $table->getOption('inheritanceMap'); 161 161 list($key, $value) = each($inheritanceMap); 162 $key = $this->_tables[$component]->getFieldName($key); 162 163 if ( ! isset($data[$key]) || $data[$key] != $value) { 163 164 continue;