Added closeCursor in SharedMount numeric id
This commit is contained in:
parent
c4f303d19c
commit
6d1ccefc90
|
@ -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 New Issue