1
0
mirror of https://github.com/flarum/core.git synced 2025-07-29 04:30:56 +02:00
This commit is contained in:
Niels Tholenaar
2016-06-20 12:15:25 +02:00
parent 08aaba6426
commit 05c9ce335e
4 changed files with 10 additions and 1 deletions

View File

@@ -58,6 +58,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([