This commit is contained in:
parent
ba893f6ec6
commit
ddc9c3262c
@ -912,7 +912,7 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite
|
|||||||
$conn = $this->_table->getConnection();
|
$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
|
* returns an array of modified fields and associated values
|
||||||
|
Loading…
Reference in New Issue
Block a user