Use context function call instead of static

This commit is contained in:
Joas Schilling 2015-09-07 14:28:20 +02:00
parent f653a34d8f
commit 7af7fdd929
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}