mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
reuse existing root id
This commit is contained in:
parent
a1fd9d275f
commit
89d4684ef1
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ class SharedMount extends MountPoint implements MoveableMount {
|
|||
|
||||
$query = $builder->select('storage')
|
||||
->from('filecache')
|
||||
->where($builder->expr()->eq('fileid', $builder->createNamedParameter($this->getShare()->getNodeId())));
|
||||
->where($builder->expr()->eq('fileid', $builder->createNamedParameter($this->getStorageRootId())));
|
||||
|
||||
return $query->execute()->fetchColumn();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue