From 5b51bda13c14aeac1f3d87a9776cdd86556cdd16 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Mon, 30 Sep 2019 10:15:07 +1000 Subject: [PATCH] [REF] Fix path to htmlpurifier in IDS file --- CRM/Core/IDS.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/IDS.php b/CRM/Core/IDS.php index b43f262669..10bfa7216b 100644 --- a/CRM/Core/IDS.php +++ b/CRM/Core/IDS.php @@ -126,7 +126,7 @@ class CRM_Core_IDS { 'filter_type' => 'xml', 'filter_path' => "{$civicrm_root}/packages/IDS/default_filter.xml", 'tmp_path' => $tmpDir, - 'HTML_Purifier_Path' => $civicrm_root . 'packages/IDS/vendors/htmlpurifer/HTMLPurifier.auto.php', + 'HTML_Purifier_Path' => $civicrm_root . 'packages/IDS/vendors/htmlpurifier/HTMLPurifier.auto.php', 'HTML_Purifier_Cache' => $tmpDir, 'scan_keys' => '', 'exceptions' => ['__utmz', '__utmc'], -- 2.25.1