diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-10-19 18:11:13 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-10-19 18:11:13 +0200 |
commit | 2456401672e4d0bf1a7042d4a25f316c1f4a9347 (patch) | |
tree | 00b28bb117c26b6def818a876a02651c8938c8bf /lib/db.php | |
parent | 73c743076e64384ecf7892921e9cf96ce68abdca (diff) | |
download | nextcloud-server-2456401672e4d0bf1a7042d4a25f316c1f4a9347.tar.gz nextcloud-server-2456401672e4d0bf1a7042d4a25f316c1f4a9347.zip |
Remove redundant class wrapping.
Diffstat (limited to 'lib/db.php')
-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(); } |