Make getSourcePath accessible for storage wrappers
This commit is contained in:
parent
d16ee4138d
commit
c4ec8fbeff
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue