aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-06-07 17:40:19 +0200
committerRobin Appelman <icewind@owncloud.com>2013-06-07 17:40:19 +0200
commit2708ab09abf12321df97ed730a83c328d2b360fc (patch)
tree14774bf42d07e2b764abfbb6b8b745976853c580
parent85a9b7f0949932b1def24f86ab7dc3df87933e6f (diff)
downloadnextcloud-server-2708ab09abf12321df97ed730a83c328d2b360fc.tar.gz
nextcloud-server-2708ab09abf12321df97ed730a83c328d2b360fc.zip
storage loader needs to be accessible by apps
-rw-r--r--lib/files/filesystem.php2
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