Make getSourcePath accessible for storage wrappers
This commit is contained in:
parent
d16ee4138d
commit
c4ec8fbeff
|
@ -322,7 +322,7 @@ if (\OC_Util::runningOnWindows()) {
|
||||||
* @param string $path
|
* @param string $path
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
protected function getSourcePath($path) {
|
public function getSourcePath($path) {
|
||||||
$fullPath = $this->datadir . $path;
|
$fullPath = $this->datadir . $path;
|
||||||
return $fullPath;
|
return $fullPath;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue