Issue #1113588 follow-up by pillarsdotnet: Un-break multisite installations.

8.0.x
webchick 2011-09-29 11:15:44 -07:00
parent 8157c286f7
commit da7205eb91
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ function conf_path($require_settings = TRUE, $reset = FALSE) {
$script_name = $_SERVER['SCRIPT_FILENAME'];
}
$http_host = $_SERVER['HTTP_HOST'];
$conf = find_conf_path($script_name, $http_host, $require_settings);
$conf = find_conf_path($http_host, $script_name, $require_settings);
return $conf;
}