cleanPath needs to be public

remotes/origin/stable5
Björn Schießle 13 years ago
parent 69eb69be0e
commit 8c9d0d1f5b
  1. 2
      apps/files_external/lib/webdav.php

@ -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…
Cancel
Save