]> source.dussan.org Git - nextcloud-server.git/commitdiff
shared files/folders are not mounted
authorThomas Müller <thomas.mueller@tmit.eu>
Thu, 7 Aug 2014 14:01:13 +0000 (16:01 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 11 Aug 2014 12:42:56 +0000 (14:42 +0200)
lib/private/files/fileinfo.php

index d012c0c5a639a0e32b64043d4aad16d47a9bdcb4..716b7d39402c4738a92f32cb2f00d0789b80d470 100644 (file)
@@ -215,7 +215,7 @@ class FileInfo implements \OCP\Files\FileInfo, \ArrayAccess {
                $sid = $this->getStorage()->getId();
                if (!is_null($sid)) {
                        $sid = explode(':', $sid);
-                       return ($sid[0] !== 'local' and $sid[0] !== 'home');
+                       return ($sid[0] !== 'local' and $sid[0] !== 'home' and $sid[0] !== 'shared');
                }
 
                return false;