summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/db.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/db.php b/lib/db.php
index 6ad65201e1c..f32e8549ce9 100644
--- a/lib/db.php
+++ b/lib/db.php
@@ -587,7 +587,7 @@ class OC_DB {
}
$result = new PDOStatementWrapper($result);
- $result->execute();
+ return $result->execute();
}
/**