[Pkg-owncloud-commits] [owncloud] 43/103: Fix external shares without password on oracle
David Prévot
taffit at moszumanska.debian.org
Sun May 31 12:32:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v8.0.4RC1
in repository owncloud.
commit 66f1495538aeaf7227364c16f2d14e7702c72e98
Author: Robin Appelman <icewind at owncloud.com>
Date: Thu Feb 26 13:48:53 2015 +0100
Fix external shares without password on oracle
---
apps/files_sharing/lib/external/storage.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/files_sharing/lib/external/storage.php b/apps/files_sharing/lib/external/storage.php
index 449d7a7..bcd93f5 100644
--- a/apps/files_sharing/lib/external/storage.php
+++ b/apps/files_sharing/lib/external/storage.php
@@ -70,7 +70,7 @@ class Storage extends DAV implements ISharedStorage {
'host' => $host,
'root' => $root,
'user' => $options['token'],
- 'password' => $options['password']
+ 'password' => (string)$options['password']
));
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list