Merge pull request #1915 from owncloud/fix_webdav_mount
cleanPath needs to be public
This commit is contained in:
commit
1591b2f8d0
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ class DAV extends \OC\Files\Storage\Common{
|
|||
}
|
||||
}
|
||||
|
||||
private function cleanPath($path) {
|
||||
public function cleanPath($path) {
|
||||
if ( ! $path || $path[0]=='/') {
|
||||
return substr($path, 1);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue