[REF] Fix path to htmlpurifier in IDS file
authorSeamus Lee <seamuslee001@gmail.com>
Mon, 30 Sep 2019 00:15:07 +0000 (10:15 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Mon, 30 Sep 2019 00:15:07 +0000 (10:15 +1000)
CRM/Core/IDS.php

index b43f262669a79d4f2d8334d2f8d1cce97b100384..10bfa7216b26e8e57bdd671ae8a6984b21b60b18 100644 (file)
@@ -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'],