1
0
mirror of https://github.com/flarum/core.git synced 2025-07-29 04:30:56 +02:00

Merge pull request #989 from nielstholenaar/master

Fixes #825
This commit is contained in:
Franz Liedke
2017-02-03 17:51:07 +01:00
committed by GitHub
4 changed files with 10 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ class InstallController implements ControllerInterface
'username' => array_get($input, 'mysqlUsername'),
'password' => array_get($input, 'mysqlPassword'),
'prefix' => array_get($input, 'tablePrefix'),
'port' => array_get($input, 'mysqlPort'),
]);
$data->setAdminUser([