mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
Issue #5120 Fix customization of folder paths for handlers and plugins. Updated dependencies.
'defaultdb' is now deprecated in new e107_config.php. Use 'db' instead.
This commit is contained in:
@@ -1561,7 +1561,7 @@ return [
|
||||
'server' => '{$this->previous_steps['mysql']['server']}',
|
||||
'user' => '{$this->previous_steps['mysql']['user']}',
|
||||
'password' => '{$this->previous_steps['mysql']['password']}',
|
||||
'defaultdb'=> '{$this->previous_steps['mysql']['db']}',
|
||||
'db' => '{$this->previous_steps['mysql']['db']}',
|
||||
'prefix' => '{$this->previous_steps['mysql']['prefix']}',
|
||||
'charset' => 'utf8mb4',
|
||||
],
|
||||
|
Reference in New Issue
Block a user