Return result from OC_DB::insertIfNotExist().

This commit is contained in:
Thomas Tanghus 2012-10-19 13:20:08 +02:00
parent 1c9929d44f
commit 0e4ed2887c
1 changed files with 1 additions and 1 deletions

View File

@ -587,7 +587,7 @@ class OC_DB {
}
$result = new PDOStatementWrapper($result);
$result->execute();
return $result->execute();
}
/**