Do a recursion instead of an endless loop
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
7c15b99a49
commit
5d8aaf9696
|
@ -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