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