From: Roeland Jago Douma Date: Tue, 29 Nov 2016 21:01:04 +0000 (+0100) Subject: Ignore AppData in encryption wrapper X-Git-Tag: v11.0RC2~82^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F2415%2Fhead;p=nextcloud-server.git Ignore AppData in encryption wrapper Fixes part of #2407 Signed-off-by: Roeland Jago Douma --- diff --git a/lib/private/Encryption/Util.php b/lib/private/Encryption/Util.php index 0e8de5147e1..3afa1bb9596 100644 --- a/lib/private/Encryption/Util.php +++ b/lib/private/Encryption/Util.php @@ -97,6 +97,7 @@ class Util { $this->config = $config; $this->excludedPaths[] = 'files_encryption'; + $this->excludedPaths[] = 'appdata_' . $config->getSystemValue('instanceid', null); } /**