Skip to content

Commit

Permalink
Issue #5120 - Avoid issue with hash and new config file changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaMer0n committed Dec 3, 2023
1 parent af7eadb commit 1637707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e107_handlers/e107_class.php
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ protected function _init($e107_paths, $e107_root_path, $e107_config_mysql_info,

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
Expand Down

0 comments on commit 1637707

Please sign in to comment.