Make MappedLocal::isLocal() true like for Local

Missed in 788c8540aa
This commit is contained in:
Joas Schilling 2014-11-27 11:39:58 +01:00
parent e733d32eec
commit b886d3d645
1 changed files with 7 additions and 0 deletions

View File

@ -352,6 +352,13 @@ class MappedLocal extends \OC\Files\Storage\Common {
return $this->mapper->logicToPhysical($fullPath, true);
}
/**
* {@inheritdoc}
*/
public function isLocal() {
return true;
}
/**
* @param string $path
* @return string