summaryrefslogtreecommitdiff
path: root/sites/default
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-05-21 07:53:24 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-05-21 07:53:24 -0700
commit491ae8b00fcbd4ade76e558954a8bdf2be2f86e8 (patch)
treeac20bb9099a31edca938e9b907f375f5ea24e1ce /sites/default
parent1f485b87ec5330f316f1780f8e3a687e20d3bef1 (diff)
downloadbrdo-491ae8b00fcbd4ade76e558954a8bdf2be2f86e8.tar.gz
brdo-491ae8b00fcbd4ade76e558954a8bdf2be2f86e8.tar.bz2
Issue #1578590 by ksenzee: Replace references to nonexesitent function drupal_initialize_variables
Diffstat (limited to 'sites/default')
-rw-r--r--sites/default/default.settings.php2
1 files changed, 1 insertions, 1 deletions
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.
*/