diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-06-07 17:40:19 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-06-07 17:40:19 +0200 |
commit | 2708ab09abf12321df97ed730a83c328d2b360fc (patch) | |
tree | 14774bf42d07e2b764abfbb6b8b745976853c580 | |
parent | 85a9b7f0949932b1def24f86ab7dc3df87933e6f (diff) | |
download | nextcloud-server-2708ab09abf12321df97ed730a83c328d2b360fc.tar.gz nextcloud-server-2708ab09abf12321df97ed730a83c328d2b360fc.zip |
storage loader needs to be accessible by apps
-rw-r--r-- | lib/files/filesystem.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/files/filesystem.php b/lib/files/filesystem.php index 0daa863e79d..a7b1da57c1a 100644 --- a/lib/files/filesystem.php +++ b/lib/files/filesystem.php @@ -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 |