Fixed #577
This commit is contained in:
parent
f6a0aeb5d7
commit
0ad03d6e2f
1 changed files with 1 additions and 1 deletions
|
@ -1050,7 +1050,7 @@ abstract class Doctrine_Record extends Doctrine_Record_Abstract implements Count
|
|||
$conn = $this->_table->getConnection();
|
||||
}
|
||||
|
||||
return $conn->replace($this->_table->getTableName(), $this->getPrepared(), $this->id);
|
||||
return $conn->replace($this->_table->getTableName(), $this->getPrepared(), $this->_id);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue