[Pkg-owncloud-commits] [owncloud] 106/145: External FTP Storage should request hostname instead of URL
David Prévot
taffit at moszumanska.debian.org
Wed Feb 26 16:27:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 5a2e99c9752acbcdc798804ea9a1a3f98a6c955e
Author: Joas Schilling <nickvergessen at gmx.de>
Date: Wed Feb 12 18:18:09 2014 +0100
External FTP Storage should request hostname instead of URL
Fix issue #6277
Backport of 658af62
---
apps/files_external/lib/config.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php
index 373246a..5cf3fc5 100755
--- a/apps/files_external/lib/config.php
+++ b/apps/files_external/lib/config.php
@@ -69,7 +69,7 @@ class OC_Mount_Config {
if(OC_Mount_Config::checkphpftp()) $backends['\OC\Files\Storage\FTP']=array(
'backend' => 'FTP',
'configuration' => array(
- 'host' => 'URL',
+ 'host' => 'Hostname',
'user' => 'Username',
'password' => '*Password',
'root' => '&Root',
--
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