]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix error in $isPersonal setting
authorRobin McCorkell <rmccorkell@karoshi.org.uk>
Wed, 26 Mar 2014 11:22:47 +0000 (11:22 +0000)
committerRobin McCorkell <rmccorkell@karoshi.org.uk>
Wed, 26 Mar 2014 14:37:29 +0000 (14:37 +0000)
apps/files_external/lib/config.php

index 043265d89820ab85bdb3480e5012558ab8f4f676..472c3963d51d28305b3c3825da536aff3aa42627 100755 (executable)
@@ -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)