fix for webdav because initMounts() is triggered twice so we lost the root path
This commit is contained in:
parent
b3b6738d59
commit
58a8d67a9b
|
@ -236,7 +236,9 @@ class Filesystem {
|
||||||
}
|
}
|
||||||
|
|
||||||
static public function initMounts(){
|
static public function initMounts(){
|
||||||
self::$mounts = new Mount\Manager();
|
if(!self::$mounts) {
|
||||||
|
self::$mounts = new Mount\Manager();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue