summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2015-02-17 16:32:33 -0800
committerJennifer Hodgdon <yahgrp@poplarware.com>2015-02-17 16:32:33 -0800
commit4d1840e620bfb6e619c0cdd05e61e8a25252f491 (patch)
tree99fbfd0ac4bb58e1187c39636413e1a1e1f90d4e /sites
parentdc3656528f68188e996826ca79c6415e0e38df64 (diff)
downloadbrdo-4d1840e620bfb6e619c0cdd05e61e8a25252f491.tar.gz
brdo-4d1840e620bfb6e619c0cdd05e61e8a25252f491.tar.bz2
Issue #2407175 by zealfire: Documentation error in default.settings.php
Diffstat (limited to 'sites')
-rw-r--r--sites/default/default.settings.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index 449f18867..562f99855 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -517,10 +517,10 @@ $conf['404_fast_html'] = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
* server response time when loading 404 error pages and prevents the 404 error
* from being logged in the Drupal system log. In order to prevent valid pages
* such as image styles and other generated content that may match the
- * '404_fast_html' regular expression from returning 404 errors, it is necessary
- * to add them to the '404_fast_paths_exclude' regular expression above. Make
- * sure that you understand the effects of this feature before uncommenting the
- * line below.
+ * '404_fast_paths' regular expression from returning 404 errors, it is
+ * necessary to add them to the '404_fast_paths_exclude' regular expression
+ * above. Make sure that you understand the effects of this feature before
+ * uncommenting the line below.
*/
# drupal_fast_404();