]> source.dussan.org Git - nextcloud-server.git/commitdiff
Make getSourcePath accessible for storage wrappers
authorRobin Appelman <icewind@owncloud.com>
Mon, 19 Jan 2015 15:25:28 +0000 (16:25 +0100)
committerRobin Appelman <icewind@owncloud.com>
Mon, 13 Apr 2015 13:13:03 +0000 (15:13 +0200)
lib/private/files/storage/local.php

index 8815361bc1d2d5f27342b339b5df121e38ffeaa5..175b33b0329998107d3fe8b540b86161d07031ea 100644 (file)
@@ -322,7 +322,7 @@ if (\OC_Util::runningOnWindows()) {
                 * @param string $path
                 * @return string
                 */
-               protected function getSourcePath($path) {
+               public function getSourcePath($path) {
                        $fullPath = $this->datadir . $path;
                        return $fullPath;
                }