Do a recursion instead of an endless loop
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
62e982a91f
commit
825c276e84
|
@ -440,7 +440,7 @@ class Provider implements IProvider {
|
|||
return $parent;
|
||||
}
|
||||
|
||||
return $this->getParentEndToEndEncryptionContainer($userFolder, $file);
|
||||
return $this->getParentEndToEndEncryptionContainer($userFolder, $parent);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue