diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-04-12 20:58:09 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-04-12 20:58:09 +0000 |
commit | 8ebf819ac279155946e429eb844a29f8e1b035ee (patch) | |
tree | ab8540f0108996f976ca32f79cde105d02591078 | |
parent | ff35fc9c532aac927a8dd050d97565ad49168d21 (diff) | |
download | brdo-8ebf819ac279155946e429eb844a29f8e1b035ee.tar.gz brdo-8ebf819ac279155946e429eb844a29f8e1b035ee.tar.bz2 |
#58480: Left over conf_init()
-rw-r--r-- | includes/bootstrap.inc | 2 |
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"); |