diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2015-04-27 13:13:27 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2015-05-06 12:28:15 +0200 |
commit | 83ed4ee5b6f1a921010a7d4ad58a08e323cce52a (patch) | |
tree | 2ba965481a4b0c36a0db23567197375b4e1f4c20 /lib/private/files/storage/wrapper | |
parent | e7a3911c83806f0a11ebf00b96d7498815d718be (diff) | |
download | nextcloud-server-83ed4ee5b6f1a921010a7d4ad58a08e323cce52a.tar.gz nextcloud-server-83ed4ee5b6f1a921010a7d4ad58a08e323cce52a.zip |
unit tests
Diffstat (limited to 'lib/private/files/storage/wrapper')
-rw-r--r-- | lib/private/files/storage/wrapper/encryption.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/files/storage/wrapper/encryption.php b/lib/private/files/storage/wrapper/encryption.php index 30ef509f91a..24bbef9b93c 100644 --- a/lib/private/files/storage/wrapper/encryption.php +++ b/lib/private/files/storage/wrapper/encryption.php @@ -254,7 +254,7 @@ class Encryption extends Wrapper { $fullPath1 = $this->getFullPath($path1); $fullPath2 = $this->getFullPath($path2); - + if ($this->util->isExcluded($fullPath1)) { return $this->storage->copy($path1, $path2); } |