aboutsummaryrefslogtreecommitdiffstats
path: root/lib/filesystem.php
diff options
context:
space:
mode:
authorMichael Gapczynski <GapczynskiM@gmail.com>2011-06-18 13:49:52 -0400
committerMichael Gapczynski <GapczynskiM@gmail.com>2011-06-18 13:49:52 -0400
commit4e7d1c376f0ad85a32e285e512eb05e05219854e (patch)
treefae70a8865c53060782da184e1d11fcdc182cb6b /lib/filesystem.php
parent69b5e01be1fe33eb4ea13cc80846a74afe696ff3 (diff)
downloadnextcloud-server-4e7d1c376f0ad85a32e285e512eb05e05219854e.tar.gz
nextcloud-server-4e7d1c376f0ad85a32e285e512eb05e05219854e.zip
OC_FILESTOAGE_SHARED now works with hard coded values for files
Diffstat (limited to 'lib/filesystem.php')
-rw-r--r--lib/filesystem.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filesystem.php b/lib/filesystem.php
index 897efaa140e..a13363f832d 100644
--- a/lib/filesystem.php
+++ b/lib/filesystem.php
@@ -169,7 +169,7 @@ class OC_FILESYSTEM{
* @param string path
* @return string
*/
- static private function getMountPoint($path){
+ static public function getMountPoint($path){
if(!$path){
$path='/';
}