]> source.dussan.org Git - nextcloud-server.git/commitdiff
cleanPath needs to be public
authorBjörn Schießle <schiessle@owncloud.com>
Tue, 26 Feb 2013 11:24:52 +0000 (12:24 +0100)
committerBjörn Schießle <schiessle@owncloud.com>
Tue, 26 Feb 2013 11:24:52 +0000 (12:24 +0100)
apps/files_external/lib/webdav.php

index 91cc22779e69c67b368fc09878e87fb52dfb62fa..ea8fe056e6cf1d89a4d894eeb16bddbf4d7c675c 100644 (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 {