Fix typo
This commit is contained in:
parent
7c6896f091
commit
a9f2789df5
|
@ -29,7 +29,7 @@ class ExcludeFoldersByPathFilterIterator extends \RecursiveFilterIterator {
|
||||||
parent::__construct($iterator);
|
parent::__construct($iterator);
|
||||||
|
|
||||||
$appFolders = \OC::$APPSROOTS;
|
$appFolders = \OC::$APPSROOTS;
|
||||||
foreach($appFolders as $key => $appFolder) {c
|
foreach($appFolders as $key => $appFolder) {
|
||||||
$appFolders[$key] = rtrim($appFolder['path'], '/');
|
$appFolders[$key] = rtrim($appFolder['path'], '/');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue