don't do a full setup for findByStorageId

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2022-03-28 18:50:36 +02:00
parent 44a8ebdc1f
commit 8b12c75ca2
No known key found for this signature in database
GPG key ID: 42B69D8A64526EFB

View file

@ -158,7 +158,6 @@ class Manager implements IMountManager {
* @return IMountPoint[]
*/
public function findByStorageId(string $id): array {
\OC_Util::setupFS();
if (\strlen($id) > 64) {
$id = md5($id);
}