]> source.dussan.org Git - nextcloud-server.git/commitdiff
Make MappedLocal::isLocal() true like for Local
authorJoas Schilling <nickvergessen@gmx.de>
Thu, 27 Nov 2014 10:39:58 +0000 (11:39 +0100)
committerJoas Schilling <nickvergessen@gmx.de>
Thu, 27 Nov 2014 13:59:07 +0000 (14:59 +0100)
Missed in 788c8540aa6aac50795c37b088eeaa561d44b86c

lib/private/files/storage/mappedlocal.php

index 1b26e3ac0f99895f3f532476c8c6277ba2eecd35..d749e0e9d5457da574fbe9aac4ab34e013021b19 100644 (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