mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #10719 from owncloud/files-external-personal-undefined
Prevent undefined index error loading external storages
This commit is contained in:
commit
2b63c375a4
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