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
parent
commit
825c276e84
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 2
      apps/files/lib/Activity/Provider.php

2
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);
}
/**

Loading…
Cancel
Save