Skip to content
Snippets Groups Projects
Commit 9d2cff50 authored by Thomas Müller's avatar Thomas Müller
Browse files

shared files/folders are not mounted

parent e33fc280
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment