Merge pull request #2415 from nextcloud/fix_encrypted_trash_previews

Ignore AppData in encryption wrapper
This commit is contained in:
Lukas Reschke 2016-11-30 14:32:04 +01:00 committed by GitHub
commit a439b452eb
1 changed files with 1 additions and 0 deletions

View File

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