summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r--includes/bootstrap.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 25fd7a5e3..b722d15a0 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");