diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/bootstrap.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 761952068..4db35b208 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -820,8 +820,8 @@ function _drupal_bootstrap($phase) { switch ($phase) { case 'database': - global $db_url, $base_url; - unset($conf); + global $db_url, $db_prefix, $base_url; + $conf = array(); require_once conf_init() .'/settings.php'; require_once './includes/database.inc'; // Initialize the default database. |