Add missing 'personal' mount configuration option
This commit is contained in:
parent
359590d576
commit
bffccdbea7
1 changed files with 1 additions and 0 deletions
|
@ -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'];
|
||||
|
|
Loading…
Reference in a new issue