Skip to content
Snippets Groups Projects
Unverified Commit 81e3787f authored by Björn Schießle's avatar Björn Schießle
Browse files

close cursor after select to avoid db lock

parent d23df4cb
No related branches found
No related tags found
No related merge requests found
......@@ -338,6 +338,7 @@ class Manager {
$share = $getShare->fetch();
$this->sendFeedbackToRemote($share['remote'], $share['share_token'], $share['remote_id'], 'decline');
}
$getShare->closeCursor();
$query = $this->connection->prepare('
DELETE FROM `*PREFIX*share_external`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment