summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-11-24 11:52:07 +0100
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-11-24 11:52:07 +0100
commit26033653a8f291b755da5d5df257c766f1a84210 (patch)
tree430184b3831f39a3b3412cce12efe0862a354f83 /apps/files_sharing/lib
parent5f3585d8175bab56899883457313fafa442fc9dc (diff)
downloadnextcloud-server-26033653a8f291b755da5d5df257c766f1a84210.tar.gz
nextcloud-server-26033653a8f291b755da5d5df257c766f1a84210.zip
Remove dymanic var $mountOptions to fix PHP 8.2 compatibility
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/lib')
-rw-r--r--apps/files_sharing/lib/SharedStorage.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/files_sharing/lib/SharedStorage.php b/apps/files_sharing/lib/SharedStorage.php
index b5c0da9c442..204b52f872a 100644
--- a/apps/files_sharing/lib/SharedStorage.php
+++ b/apps/files_sharing/lib/SharedStorage.php
@@ -52,7 +52,6 @@ use OCP\Files\IRootFolder;
use OCP\Files\NotFoundException;
use OCP\Files\Storage\IDisableEncryptionStorage;
use OCP\Files\Storage\IStorage;
-use OCP\IUserManager;
use OCP\Lock\ILockingProvider;
use OCP\Share\IShare;
@@ -60,7 +59,6 @@ use OCP\Share\IShare;
* Convert target path to source path and pass the function call to the correct storage provider
*/
class SharedStorage extends \OC\Files\Storage\Wrapper\Jail implements ISharedStorage, IDisableEncryptionStorage {
-
/** @var \OCP\Share\IShare */
private $superShare;
@@ -554,7 +552,6 @@ class SharedStorage extends \OC\Files\Storage\Wrapper\Jail implements ISharedSto
}
public function setMountOptions(array $options) {
- $this->mountOptions = $options;
}
public function getUnjailedPath($path) {