From 8ebf819ac279155946e429eb844a29f8e1b035ee Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Wed, 12 Apr 2006 20:58:09 +0000 Subject: [PATCH] #58480: Left over conf_init() --- includes/bootstrap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 25fd7a5e378..b722d15a08e 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -195,7 +195,7 @@ function drupal_get_filename($type, $name, $filename = NULL) { $files[$type][$name] = $file; } else { - $config = conf_init(); + $config = conf_path(); $dir = (($type == 'theme_engine') ? 'themes/engines' : "${type}s"); $file = (($type == 'theme_engine') ? "$name.engine" : "$name.$type");