InstallController.php remove default db port

pull/403/head
Tom Hatzer 2017-01-15 14:42:03 +01:00 committed by GitHub
parent c9b1658238
commit 93dc1ca02a
1 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ class InstallController extends AbstractController {
$config = array(
'host' => 'localhost',
'port' => '3306',
'port' => '',
'name' => '',
'user' => '',
'pass' => '',
@ -309,7 +309,7 @@ class InstallController extends AbstractController {
'pass' => '',
'name' => '',
'host' => '',
'port' => '3306'
'port' => ''
);
$pattern = "/define\('SM_DB_{key}', '(.*?)'/u";