Ignore AppData in encryption wrapper

Fixes part of #2407

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/2415/head
Roeland Jago Douma 10 years ago
parent 8d81b9e6eb
commit 2fd1cf2e92
No known key found for this signature in database
GPG Key ID: F941078878347C0C
  1. 1
      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);
}
/**

Loading…
Cancel
Save