projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
375060a
)
factory()
author
Jan Schneider
<jan@horde.org>
Wed, 26 May 2010 09:41:43 +0000
(11:41 +0200)
committer
Jan Schneider
<jan@horde.org>
Wed, 26 May 2010 09:41:43 +0000
(11:41 +0200)
horde/admin/setup/index.php
patch
|
blob
|
history
diff --git
a/horde/admin/setup/index.php
b/horde/admin/setup/index.php
index
3cb88da
..
627f6ac
100644
(file)
--- a/
horde/admin/setup/index.php
+++ b/
horde/admin/setup/index.php
@@
-22,7
+22,7
@@
function _uploadFTP($params)
$params['hostspec'] = 'localhost';
try {
- $vfs = VFS::
singleton
('ftp', $params);
+ $vfs = VFS::
factory
('ftp', $params);
} catch (VFS_Exception $e) {
$notification->push(sprintf(_("Could not connect to server \"%s\" using FTP: %s"), $params['hostspec'], $e->getMessage()), 'horde.error');
return false;