From 2456401672e4d0bf1a7042d4a25f316c1f4a9347 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Fri, 19 Oct 2012 18:11:13 +0200 Subject: Remove redundant class wrapping. --- lib/db.php | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/db.php') 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(); } -- cgit v1.2.3