Remove redundant class wrapping.

This commit is contained in:
Thomas Tanghus 2012-10-19 18:11:13 +02:00
parent 73c743076e
commit 2456401672

View file

@ -586,7 +586,6 @@ class OC_DB {
die( $entry );
}
$result = new PDOStatementWrapper($result);
return $result->execute();
}