mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 02:27:01 +00:00
fix install warning
This commit is contained in:
@@ -40,7 +40,7 @@ $database = [
|
||||
'dbname' => $_SESSION['install']['db-name'],
|
||||
'user' => $_SESSION['install']['db-user-name'],
|
||||
'password' => $_SESSION['install']['db-user-password'],
|
||||
'platform' => $_SESSION['install']['db-platform'],
|
||||
'platform' => $_SESSION['install']['db-platform'] ?? 'Mysql',
|
||||
];
|
||||
|
||||
$host = $_SESSION['install']['host-name'];
|
||||
|
||||
Reference in New Issue
Block a user