Make MappedLocal::isLocal() true like for Local

Missed in 788c8540aa
remotes/origin/fix-10825
Joas Schilling 12 years ago
parent e733d32eec
commit b886d3d645
  1. 7
      lib/private/files/storage/mappedlocal.php

@ -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

Loading…
Cancel
Save