From ddc9c3262c89d3fce4f9d3abbb9d79e7e0edc27c Mon Sep 17 00:00:00 2001 From: zYne Date: Thu, 30 Nov 2006 22:52:29 +0000 Subject: [PATCH] --- lib/Doctrine/Record.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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