From bffccdbea7d2a9be399cff7d835bd1cce2e2a83e Mon Sep 17 00:00:00 2001
From: Robin McCorkell <rmccorkell@karoshi.org.uk>
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 c71132d0a5..85e36fd904 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'];
-- 
GitLab