Skip to content
Snippets Groups Projects
Commit bffccdbe authored by Robin McCorkell's avatar Robin McCorkell
Browse files

Add missing 'personal' mount configuration option

parent 359590d5
No related branches found
No related tags found
No related merge requests found
......@@ -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'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment