Merge pull request #9441 from owncloud/install-sql-host-default

Set localhost as default database host for installation
This commit is contained in:
Thomas Müller 2014-07-04 15:08:43 +02:00
commit 2b76db81ea
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class Controller {
'dbpass' => '',
'dbname' => '',
'dbtablespace' => '',
'dbhost' => '',
'dbhost' => 'localhost',
'dbtype' => '',
);
$parameters = array_merge($defaults, $post);