From 09c5ed84798fa659c0b9a2f87a13c5a6dace0fb8 Mon Sep 17 00:00:00 2001 From: Chris Burgess Date: Mon, 10 Oct 2016 12:33:02 +1300 Subject: [PATCH] Add "details" input to IDS exceptions. Matches CRM_Utils_API_HTMLInputCoder::$skipfields list, refs CRM-19476. --- CRM/Core/IDS.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Core/IDS.php b/CRM/Core/IDS.php index 9cc0fb02c1..b61ceee7cf 100644 --- a/CRM/Core/IDS.php +++ b/CRM/Core/IDS.php @@ -160,6 +160,7 @@ class CRM_Core_IDS { exceptions[] = instructions exceptions[] = suggested_message exceptions[] = page_text + exceptions[] = details "; if (file_put_contents($configFile, $contents) === FALSE) { CRM_Core_Error::movedSiteError($configFile); -- 2.25.1