#58418: $conf ignored after bootstrap patch

4.7.x
Steven Wittens 2006-04-12 21:39:15 +00:00
parent 8ebf819ac2
commit bfb407601b
1 changed files with 1 additions and 1 deletions

View File

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