[Pkg-owncloud-commits] [owncloud] 09/70: set localhost as default database host for installation
David Prévot
taffit at moszumanska.debian.org
Mon Jul 14 17:38:03 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 c272338897498fc1c2f4964d5030a578c186896e
Author: Robin Appelman <icewind at owncloud.com>
Date: Fri Jul 4 13:24:00 2014 +0200
set localhost as default database host for installation
---
core/setup/controller.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/setup/controller.php b/core/setup/controller.php
index cdbe0f7..e764b23 100644
--- a/core/setup/controller.php
+++ b/core/setup/controller.php
@@ -41,7 +41,7 @@ class Controller {
'dbpass' => '',
'dbname' => '',
'dbtablespace' => '',
- 'dbhost' => '',
+ 'dbhost' => 'localhost',
'dbtype' => '',
);
$parameters = array_merge($defaults, $post);
--
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