[Pkg-owncloud-commits] [owncloud] 48/121: shared files/folders are not mounted
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 16:44:31 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit d1658c1d2c53cd4a1e4b621dad52d99feb93fc89
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date: Thu Aug 7 16:01:13 2014 +0200
shared files/folders are not mounted
---
lib/private/files/fileinfo.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/private/files/fileinfo.php b/lib/private/files/fileinfo.php
index d012c0c..716b7d3 100644
--- a/lib/private/files/fileinfo.php
+++ b/lib/private/files/fileinfo.php
@@ -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;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list