From 1637707a03297d9ba4762c78b309f834c3d4ec01 Mon Sep 17 00:00:00 2001 From: camer0n Date: Sun, 3 Dec 2023 12:44:48 -0800 Subject: [PATCH] Issue #5120 - Avoid issue with hash and new config file changes. --- e107_handlers/e107_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/e107_class.php b/e107_handlers/e107_class.php index cc619b0c3..1703196f3 100644 --- a/e107_handlers/e107_class.php +++ b/e107_handlers/e107_class.php @@ -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