Make getSourcePath accessible for storage wrappers

This commit is contained in:
Robin Appelman 2015-01-19 16:25:28 +01:00
parent d16ee4138d
commit c4ec8fbeff
1 changed files with 1 additions and 1 deletions

View 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;
}