Remove redundant class wrapping.

remotes/origin/stable5
Thomas Tanghus 2012-10-19 18:11:13 +07:00
parent 73c743076e
commit 2456401672
1 changed files with 0 additions and 1 deletions

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