diff options
author | Robin Appelman <icewind@owncloud.com> | 2015-04-02 13:28:36 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2015-04-02 13:28:36 +0200 |
commit | f585994c4be02418d34e83aed621859002c9ebcd (patch) | |
tree | f12f2922278d9ca3b805a05d3c1c0486846daff6 /lib/private/files | |
parent | 3cb53b7756155a5e6208fee48da0ecbab8f19815 (diff) | |
download | nextcloud-server-f585994c4be02418d34e83aed621859002c9ebcd.tar.gz nextcloud-server-f585994c4be02418d34e83aed621859002c9ebcd.zip |
setup mount manager before wrappers
Diffstat (limited to 'lib/private/files')
-rw-r--r-- | lib/private/files/filesystem.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |