diff --git a/lib/Doctrine/Record.php b/lib/Doctrine/Record.php index 76333c495..8e811794e 100644 --- a/lib/Doctrine/Record.php +++ b/lib/Doctrine/Record.php @@ -912,7 +912,7 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite $conn = $this->_table->getConnection(); } - $conn->replace($this->_table->getTableName(), $this->getPrepared(), $this->id); + return $conn->replace($this->_table->getTableName(), $this->getPrepared(), $this->id); } /** * returns an array of modified fields and associated values