Merge pull request #14459 from owncloud/fix-oracle

Dont break code which relies on the cursor being open after insert/updat...
This commit is contained in:
Lukas Reschke 2015-02-24 13:35:07 +01:00
commit 65dcbccee0
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ class OC_DB_StatementWrapper {
}
if ($this->isManipulation) {
$count = $this->statement->rowCount();
$this->statement->closeCursor();
return $count;
} else {
return $this;