mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
don't do a full setup for findByStorageId
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
44a8ebdc1f
commit
8b12c75ca2
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue