Skip to content

Commit

Permalink
fix: missing dbport on multisite creation
Browse files Browse the repository at this point in the history
  • Loading branch information
bpcurse authored and thorsten committed Apr 5, 2020
1 parent 3024cae commit 6f816bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpmyfaq/admin/ajax.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@

$dbSetup = [
'dbServer' => $DB['server'],
'dbPort' => $DB['port'],
'dbUser' => $DB['user'],
'dbPassword' => $DB['password'],
'dbDatabaseName' => $DB['db'],
Expand Down

0 comments on commit 6f816bc

Please sign in to comment.