Fix external shares without password on oracle
This commit is contained in:
parent
8abb80c642
commit
c65c717379
1 changed files with 1 additions and 1 deletions
2
apps/files_sharing/lib/external/storage.php
vendored
2
apps/files_sharing/lib/external/storage.php
vendored
|
@ -70,7 +70,7 @@ class Storage extends DAV implements ISharedStorage {
|
|||
'host' => $host,
|
||||
'root' => $root,
|
||||
'user' => $options['token'],
|
||||
'password' => $options['password']
|
||||
'password' => (string)$options['password']
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue