summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-04-26 11:52:47 +0200
committerVincent Petry <pvince81@owncloud.com>2016-04-26 19:18:31 +0200
commit590ed3eddaab33f7a05040c23b07a56c18c8dea6 (patch)
tree268ae0cd6e6aa69071e96c2cf868d280114a7ef5 /lib
parent1087385cae70ce59dd100f330fae5a640ed08025 (diff)
downloadnextcloud-server-590ed3eddaab33f7a05040c23b07a56c18c8dea6.tar.gz
nextcloud-server-590ed3eddaab33f7a05040c23b07a56c18c8dea6.zip
Also exclude __apps
Workaround for https://github.com/owncloud/updater/issues/331 for 9.0.2
Diffstat (limited to 'lib')
-rw-r--r--lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php b/lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php
index e4b9c0f1998..29deea6268d 100644
--- a/lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php
+++ b/lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php
@@ -44,6 +44,7 @@ class ExcludeFoldersByPathFilterIterator extends \RecursiveFilterIterator {
// See https://github.com/owncloud/updater/issues/318#issuecomment-212497846
rtrim($root . '/updater', '/'),
rtrim($root . '/_oc_upgrade', '/'),
+ rtrim($root . '/__apps', '/'),
];
$customDataDir = \OC::$server->getConfig()->getSystemValue('datadirectory', '');
if($customDataDir !== '') {