aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorC. Montero Luque <cmonteroluque@users.noreply.github.com>2016-04-26 14:51:09 -0400
committerC. Montero Luque <cmonteroluque@users.noreply.github.com>2016-04-26 14:51:09 -0400
commit98820f2af3f31400097192ed7458c40e607789b4 (patch)
tree85f0b271a791a8ade3e72cd21d7f1fd2bb1977c9
parent4f5c03e3103ba70541db1176ac57f77f89a89ad6 (diff)
parent590ed3eddaab33f7a05040c23b07a56c18c8dea6 (diff)
downloadnextcloud-server-98820f2af3f31400097192ed7458c40e607789b4.tar.gz
nextcloud-server-98820f2af3f31400097192ed7458c40e607789b4.zip
Merge pull request #24292 from owncloud/stable9-work-around-more-updater-issues
[stable9] Also exclude __apps
-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 !== '') {