summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-04-12 20:58:09 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-04-12 20:58:09 +0000
commit8ebf819ac279155946e429eb844a29f8e1b035ee (patch)
treeab8540f0108996f976ca32f79cde105d02591078
parentff35fc9c532aac927a8dd050d97565ad49168d21 (diff)
downloadbrdo-8ebf819ac279155946e429eb844a29f8e1b035ee.tar.gz
brdo-8ebf819ac279155946e429eb844a29f8e1b035ee.tar.bz2
#58480: Left over conf_init()
-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");