Do a recursion instead of an endless loop

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2018-02-28 15:16:18 +01:00
parent 62e982a91f
commit 825c276e84
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ class Provider implements IProvider {
return $parent;
}
return $this->getParentEndToEndEncryptionContainer($userFolder, $file);
return $this->getParentEndToEndEncryptionContainer($userFolder, $parent);
}
/**