]> source.dussan.org Git - nextcloud-server.git/commitdiff
Ignore AppData in encryption wrapper 2415/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Tue, 29 Nov 2016 21:01:04 +0000 (22:01 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Tue, 29 Nov 2016 21:01:04 +0000 (22:01 +0100)
Fixes part of #2407

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
lib/private/Encryption/Util.php

index 0e8de5147e1ad80fdd74714c5ab85c35dcde34c1..3afa1bb9596ba4502300d0589f9fa47789d20e36 100644 (file)
@@ -97,6 +97,7 @@ class Util {
                $this->config = $config;
 
                $this->excludedPaths[] = 'files_encryption';
+               $this->excludedPaths[] = 'appdata_' . $config->getSystemValue('instanceid', null);
        }
 
        /**