Fix external shares without password on oracle

This commit is contained in:
Robin Appelman 2015-02-26 13:48:53 +01:00
parent 8abb80c642
commit c65c717379
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class Storage extends DAV implements ISharedStorage {
'host' => $host,
'root' => $root,
'user' => $options['token'],
'password' => $options['password']
'password' => (string)$options['password']
));
}