From bffccdbea7d2a9be399cff7d835bd1cce2e2a83e Mon Sep 17 00:00:00 2001 From: Robin McCorkell Date: Fri, 29 Aug 2014 09:08:46 +0100 Subject: Add missing 'personal' mount configuration option --- apps/files_external/lib/config.php | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/files_external') diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php index c71132d0a5a..85e36fd9043 100755 --- a/apps/files_external/lib/config.php +++ b/apps/files_external/lib/config.php @@ -169,6 +169,7 @@ class OC_Mount_Config { foreach ($options as &$option) { $option = self::setUserVars($user, $option); } + $options['personal'] = false; $options['options'] = self::decryptPasswords($options['options']); if (!isset($options['priority'])) { $options['priority'] = $backends[$options['class']]['priority']; -- cgit v1.2.3