- Rolback previous patch: breaks Drupal.

5.x
Dries Buytaert 2006-07-10 18:41:10 +00:00
parent 84bad29516
commit c45ca20d0f
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ function drupal_unset_globals() {
* Loads the configuration and sets the base URL correctly.
*/
function conf_init() {
global $base_url, $base_path, $base_root, $conf;
global $db_url, $db_prefix, $base_url, $base_path, $base_root, $conf;
$conf = array();
require_once './'. conf_path() .'/settings.php';