diff options
author | Robin Appelman <robin@icewind.nl> | 2024-11-13 18:47:13 +0100 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2024-12-05 16:44:59 +0000 |
commit | 1af9160687d7e40d4d6c677d65029e28487fae3d (patch) | |
tree | 3bac6c6f7be75f010516402b1f1b75a17fb8334b | |
parent | f6eee85d20627d8a49ba87b8a508fd1c33c00638 (diff) | |
download | nextcloud-server-backport/49262/stable29.tar.gz nextcloud-server-backport/49262/stable29.zip |
fix: don't do same-storage move optimization with encryption wrappersbackport/49262/stable29
Signed-off-by: Robin Appelman <robin@icewind.nl>
[skip ci]
-rw-r--r-- | lib/private/Files/Storage/Common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/Files/Storage/Common.php b/lib/private/Files/Storage/Common.php index cff19e33dce..fc6e71394c6 100644 --- a/lib/private/Files/Storage/Common.php +++ b/lib/private/Files/Storage/Common.php @@ -50,6 +50,7 @@ use OC\Files\Cache\Updater; use OC\Files\Cache\Watcher; use OC\Files\Filesystem; use OC\Files\ObjectStore\ObjectStoreStorage; +use OC\Files\Storage\Wrapper\Encryption; use OC\Files\Storage\Wrapper\Jail; use OC\Files\Storage\Wrapper\Wrapper; use OCP\Files\EmptyFileNameException; |