storage loader needs to be accessible by apps
This commit is contained in:
parent
85a9b7f094
commit
2708ab09ab
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ class Filesystem {
|
|||
/**
|
||||
* @var \OC\Files\Storage\Loader $loader
|
||||
*/
|
||||
private static $loader;
|
||||
public static $loader;
|
||||
|
||||
/**
|
||||
* get the mountpoint of the storage object for a path
|
||||
|
|
Loading…
Reference in a new issue