1
0
mirror of synced 2025-01-30 20:11:49 +03:00
This commit is contained in:
romanb 2007-11-07 15:38:20 +00:00
parent f6a0aeb5d7
commit 0ad03d6e2f

View File

@ -1050,7 +1050,7 @@ abstract class Doctrine_Record extends Doctrine_Record_Abstract implements Count
$conn = $this->_table->getConnection(); $conn = $this->_table->getConnection();
} }
return $conn->replace($this->_table->getTableName(), $this->getPrepared(), $this->id); return $conn->replace($this->_table->getTableName(), $this->getPrepared(), $this->_id);
} }
/** /**