Add missing 'personal' mount configuration option

This commit is contained in:
Robin McCorkell 2014-08-29 09:08:46 +01:00
parent 359590d576
commit bffccdbea7

View file

@ -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'];