From 617636d5a7c3d854970a3857701d9544e2394302 Mon Sep 17 00:00:00 2001 From: Robin McCorkell Date: Fri, 29 Aug 2014 09:08:46 +0100 Subject: [PATCH] Add missing 'personal' mount configuration option --- apps/files_external/lib/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php index 934f9a69032..14788c112c2 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']; -- 2.39.5