Ver código fonte

Use context function call instead of static

tags/v8.2beta1
Joas Schilling 8 anos atrás
pai
commit
7af7fdd929
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      apps/files_sharing/lib/sharedmount.php

+ 1
- 1
apps/files_sharing/lib/sharedmount.php Ver arquivo

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

Carregando…
Cancelar
Salvar