Skip to content
Snippets Groups Projects
Commit c45ca20d authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Rolback previous patch: breaks Drupal.

parent 84bad295
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -151,7 +151,7 @@ function drupal_unset_globals() { ...@@ -151,7 +151,7 @@ function drupal_unset_globals() {
* Loads the configuration and sets the base URL correctly. * Loads the configuration and sets the base URL correctly.
*/ */
function conf_init() { 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(); $conf = array();
require_once './'. conf_path() .'/settings.php'; require_once './'. conf_path() .'/settings.php';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment