summaryrefslogtreecommitdiffstats
path: root/apps/files_external
diff options
context:
space:
mode:
authorRobin McCorkell <rmccorkell@karoshi.org.uk>2014-03-26 11:22:47 +0000
committerRobin McCorkell <rmccorkell@karoshi.org.uk>2014-03-26 14:37:29 +0000
commitcd5ebac7c40ad045828ea44c533b57fa25f01177 (patch)
tree9af3c0091693bf6c34c0568af9ba27779eed9d5f /apps/files_external
parentb077528087fba76add6913563b4c8221ca99aa3f (diff)
downloadnextcloud-server-cd5ebac7c40ad045828ea44c533b57fa25f01177.tar.gz
nextcloud-server-cd5ebac7c40ad045828ea44c533b57fa25f01177.zip
Fix error in $isPersonal setting
Diffstat (limited to 'apps/files_external')
-rwxr-xr-xapps/files_external/lib/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php
index 043265d8982..472c3963d51 100755
--- a/apps/files_external/lib/config.php
+++ b/apps/files_external/lib/config.php
@@ -349,7 +349,7 @@ class OC_Mount_Config {
'backend' => $backends[$mount['class']]['backend'],
'options' => $mount['options'],
'applicable' => array('groups' => array(), 'users' => array($user)),
- 'status' => self::getBackendStatus($mount['class'], $mount['options'], true)
+ 'status' => self::getBackendStatus($mount['class'], $mount['options'], false)
);
$hash = self::makeConfigHash($config);
// If an existing config exists (with same class, mountpoint and options)