]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix external shares without password on oracle
authorRobin Appelman <icewind@owncloud.com>
Thu, 26 Feb 2015 12:48:53 +0000 (13:48 +0100)
committerRobin Appelman <icewind@owncloud.com>
Fri, 27 Feb 2015 12:22:57 +0000 (13:22 +0100)
apps/files_sharing/lib/external/storage.php

index 648376e8cb528ae2bf4d4f0518868362e0c5ec5c..51c4a36029e9756e9493da52ac09971e154d4e59 100644 (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']
                ));
        }