Skip to content
Snippets Groups Projects
Commit cd5ebac7 authored by Robin McCorkell's avatar Robin McCorkell
Browse files

Fix error in $isPersonal setting

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