Changeset 138 for trunk

Show
Ignore:
Timestamp:
05/07/09 14:11:09 (11 months ago)
Author:
malko
Message:

- typo error forgotten s

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/class-abstractmodel.php

    r135 r138  
    22512251                                        if( $this->dbAdapter->insert($tableName,$datas,false) === false ) 
    22522252                                                throw new Exception(get_class($this)." Error while saving (PK=$nPK)."); 
    2253                                         $this->data[$primaryKey] = $nPK; 
     2253                                        $this->datas[$primaryKey] = $nPK; 
    22542254                                } 
    22552255                                #- reset temporary instance Key