mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 08:25:56 -04:00
Added closeCursor in SharedMount numeric id
This commit is contained in:
parent
c4f303d19c
commit
6d1ccefc90
1 changed files with 1 additions and 0 deletions
|
|
@ -248,6 +248,7 @@ class SharedMount extends MountPoint implements MoveableMount {
|
|||
|
||||
$result = $query->execute();
|
||||
$row = $result->fetch();
|
||||
$result->closeCursor();
|
||||
if ($row) {
|
||||
return $row['storage'];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue