From a70c10ced02f3e4e2f5924359fab4e07ac41d8a4 Mon Sep 17 00:00:00 2001 From: Herb Date: Fri, 16 Oct 2015 09:48:50 -0400 Subject: [PATCH] style correction --- CRM/Utils/Cache.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Utils/Cache.php b/CRM/Utils/Cache.php index f0fb489d64..f75dd819d9 100644 --- a/CRM/Utils/Cache.php +++ b/CRM/Utils/Cache.php @@ -100,6 +100,7 @@ class CRM_Utils_Cache { case 'NoCache': $defaults = array(); break; + case 'Redis': case 'Memcache': case 'Memcached': -- 2.25.1