diff options
-rw-r--r-- | lib/db.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/db.php b/lib/db.php index ff06ec3e00b..8472978d811 100644 --- a/lib/db.php +++ b/lib/db.php @@ -586,7 +586,6 @@ class OC_DB { die( $entry ); } - $result = new PDOStatementWrapper($result); return $result->execute(); } |