mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 22:57:14 +02:00
Issue #5120 - Avoid issue with hash and new config file changes.
This commit is contained in:
@@ -619,7 +619,7 @@ class e107
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user