From f585994c4be02418d34e83aed621859002c9ebcd Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 2 Apr 2015 13:28:36 +0200 Subject: setup mount manager before wrappers --- lib/private/files/filesystem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/files/filesystem.php') diff --git a/lib/private/files/filesystem.php b/lib/private/files/filesystem.php index eef76125311..95e630b7765 100644 --- a/lib/private/files/filesystem.php +++ b/lib/private/files/filesystem.php @@ -349,7 +349,7 @@ class Filesystem { return true; } - static public function initMounts() { + static public function initMountManager() { if (!self::$mounts) { self::$mounts = new Mount\Manager(); } -- cgit v1.2.3