From ea7f3160a2e9a37df06dda1bfa6c6b6bff3aaeec Mon Sep 17 00:00:00 2001
From: Vincent Rioux <vrioux@ctech.ca>
Date: Thu, 18 Aug 2016 09:08:03 -0400
Subject: [PATCH] Explanation of regex-based consent.disable

---
 modules/consent/docs/consent.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/consent/docs/consent.md b/modules/consent/docs/consent.md
index 3b97ad170..1897ffb99 100644
--- a/modules/consent/docs/consent.md
+++ b/modules/consent/docs/consent.md
@@ -244,7 +244,7 @@ at the same time) :
         [...]
         'consent.disable' => array(
             'https://idp1.example.org/',
-            array('type'=>'regex', 'pattern'=>'/.*\.mycompany\.com.*/i',
+            array('type'=>'regex', 'pattern'=>'/.*\.mycompany\.com.*/i'),
         ),
     ),
 
-- 
GitLab