cleanPath needs to be public

This commit is contained in:
Björn Schießle 2013-02-26 12:24:52 +01:00
parent 69eb69be0e
commit 8c9d0d1f5b
1 changed files with 1 additions and 1 deletions

View File

@ -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 {