mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Issue #5120 Backward compatibility fix.
This commit is contained in:
@@ -216,6 +216,8 @@ if(empty($config['paths'])) // old e107_config.php format.
|
||||
}, array_keys($legacy_sql_info)),
|
||||
$legacy_sql_info
|
||||
);
|
||||
|
||||
$sql_info['db'] = $sql_info['defaultdb'];
|
||||
}
|
||||
else // New e107_config.php format. v2.4+
|
||||
{
|
||||
|
Reference in New Issue
Block a user