diff options
Diffstat (limited to 'lib/private/files')
-rw-r--r-- | lib/private/files/storage/mappedlocal.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/private/files/storage/mappedlocal.php b/lib/private/files/storage/mappedlocal.php index 1b26e3ac0f9..d749e0e9d54 100644 --- a/lib/private/files/storage/mappedlocal.php +++ b/lib/private/files/storage/mappedlocal.php @@ -353,6 +353,13 @@ class MappedLocal extends \OC\Files\Storage\Common { } /** + * {@inheritdoc} + */ + public function isLocal() { + return true; + } + + /** * @param string $path * @return string */ |