summaryrefslogtreecommitdiffstats
path: root/lib/db.php
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-10-19 18:11:13 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-10-19 18:11:13 +0200
commit2456401672e4d0bf1a7042d4a25f316c1f4a9347 (patch)
tree00b28bb117c26b6def818a876a02651c8938c8bf /lib/db.php
parent73c743076e64384ecf7892921e9cf96ce68abdca (diff)
downloadnextcloud-server-2456401672e4d0bf1a7042d4a25f316c1f4a9347.tar.gz
nextcloud-server-2456401672e4d0bf1a7042d4a25f316c1f4a9347.zip
Remove redundant class wrapping.
Diffstat (limited to 'lib/db.php')
-rw-r--r--lib/db.php1
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();
}