Add missing 'personal' mount configuration option

remotes/origin/fix-10825
Robin McCorkell 11 years ago
parent 359590d576
commit bffccdbea7
  1. 1
      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'];

Loading…
Cancel
Save