Browse Source
Do a recursion instead of an endless loop
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/8298/head
Joas Schilling
8 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
1 additions and
1 deletions
-
apps/files/lib/Activity/Provider.php
|
|
|
@ -440,7 +440,7 @@ class Provider implements IProvider { |
|
|
|
return $parent; |
|
|
|
} |
|
|
|
|
|
|
|
return $this->getParentEndToEndEncryptionContainer($userFolder, $file); |
|
|
|
return $this->getParentEndToEndEncryptionContainer($userFolder, $parent); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
|