mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Merge pull request #18876 from owncloud/missing-context-on-update-file-target
Use context function call instead of static
This commit is contained in:
commit
f3e6e0121d
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ class SharedMount extends MountPoint implements MoveableMount {
|
|||
);
|
||||
|
||||
if ($newMountPoint !== $share['file_target']) {
|
||||
self::updateFileTarget($newMountPoint, $share);
|
||||
$this->updateFileTarget($newMountPoint, $share);
|
||||
$share['file_target'] = $newMountPoint;
|
||||
$share['unique_name'] = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue