Return result from OC_DB::insertIfNotExist().

remotes/origin/stable5
Thomas Tanghus 14 years ago
parent 1c9929d44f
commit 0e4ed2887c
  1. 2
      lib/db.php

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

Loading…
Cancel
Save