Issue #842216 by Devin Carlson, valthebald | jhodgdon: Remove $installed_profile global variable left over from D6.

8.0.x
Alex Pott 2013-04-16 18:33:37 +01:00
parent ea909a162c
commit 9263a49921
1 changed files with 1 additions and 1 deletions

View File

@ -733,7 +733,7 @@ function drupal_settings_initialize() {
global $base_url, $base_path, $base_root, $script_path;
// Export these settings.php variables to the global namespace.
global $databases, $cookie_domain, $conf, $installed_profile, $db_prefix, $drupal_hash_salt, $is_https, $base_secure_url, $base_insecure_url, $config_directories;
global $databases, $cookie_domain, $conf, $db_prefix, $drupal_hash_salt, $is_https, $base_secure_url, $base_insecure_url, $config_directories;
$conf = array();
// Make conf_path() available as local variable in settings.php.