fixed #131;initial support for nc27
This commit is contained in:
@@ -400,7 +400,8 @@ class Helper
|
||||
{
|
||||
if (self::getUID()) {
|
||||
OC_Util::setupFS();
|
||||
return Filesystem::getLocalFolder($path);
|
||||
//get the real path of the file in the filesystem
|
||||
return \OC\Files\Filesystem::getLocalFile($path);
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user