mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Return result from OC_DB::insertIfNotExist().
This commit is contained in:
parent
1c9929d44f
commit
0e4ed2887c
1 changed files with 1 additions and 1 deletions
|
|
@ -587,7 +587,7 @@ class OC_DB {
|
|||
}
|
||||
|
||||
$result = new PDOStatementWrapper($result);
|
||||
$result->execute();
|
||||
return $result->execute();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue