From b3c730d3f3f70a373e6803b5d5726b486ee5ea68 Mon Sep 17 00:00:00 2001
From: webchick <webchick@24967.no-reply.drupal.org>
Date: Sat, 29 Dec 2012 00:48:56 -0800
Subject: [PATCH] Issue #1873008 by aspilicious: Fixed Settings.php conf
 overrides are incorrect.

---
 sites/default/default.settings.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index 5022c24f8813..fb49f57f5c42 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -458,8 +458,8 @@
  * configured to cache and compress these files itself you may want to uncomment
  * one or both of the below lines, which will prevent gzip files being stored.
  */
-# $conf['system.performance']['css.gzip'] = FALSE;
-# $conf['system.performance']['js.gzip'] = FALSE;
+# $conf['system.performance']['css']['gzip'] = FALSE;
+# $conf['system.performance']['js']['gzip'] = FALSE;
 
 /**
  * String overrides:
-- 
GitLab