1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 15:16:30 +02:00

Issue #5120 - Avoid issue with hash and new config file changes.

This commit is contained in:
camer0n
2023-12-03 12:44:48 -08:00
parent af7eadb7aa
commit 1637707a03

View File

@@ -619,7 +619,7 @@ class e107
if(empty($e107_config_override['site_path'])) if(empty($e107_config_override['site_path']))
{ {
$this->site_path = $this->makeSiteHash($e107_config_mysql_info['mySQLdefaultdb'], $e107_config_mysql_info['mySQLprefix']); $this->site_path = $this->makeSiteHash($e107_config_mysql_info['defaultdb'], $e107_config_mysql_info['prefix']);
} }
// Set default folder (and override paths) if missing from e107_config.php // Set default folder (and override paths) if missing from e107_config.php