Changeset 4596

Show
Ignore:
Timestamp:
06/29/08 06:29:55 (12 months ago)
Author:
jwage
Message:

fixes #1149

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.11/lib/Doctrine/Record.php

    r4580 r4596  
    12451245        $map = $this->_table->inheritanceMap; 
    12461246        foreach ($map as $k => $v) { 
     1247            $k = $this->_table->getFieldName($k); 
    12471248            $old = $this->get($k, false); 
    12481249