From 491ae8b00fcbd4ade76e558954a8bdf2be2f86e8 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Mon, 21 May 2012 07:53:24 -0700 Subject: Issue #1578590 by ksenzee: Replace references to nonexesitent function drupal_initialize_variables --- sites/default/default.settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sites/default') diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 87eaabbc5..30699a0a2 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -262,7 +262,7 @@ $drupal_hash_salt = ''; * To see what PHP settings are possible, including whether they can be set at * runtime (by using ini_set()), read the PHP documentation: * http://www.php.net/manual/en/ini.list.php - * See drupal_initialize_variables() in includes/bootstrap.inc for required + * See drupal_environment_initialize() in includes/bootstrap.inc for required * runtime settings and the .htaccess file for non-runtime settings. Settings * defined there should not be duplicated here so as to avoid conflict issues. */ -- cgit v1.2.3