projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53e64ff
)
[REF] Fix path to htmlpurifier in IDS file
author
Seamus Lee
<seamuslee001@gmail.com>
Mon, 30 Sep 2019 00:15:07 +0000
(10:15 +1000)
committer
Seamus Lee
<seamuslee001@gmail.com>
Mon, 30 Sep 2019 00:15:07 +0000
(10:15 +1000)
CRM/Core/IDS.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/IDS.php
b/CRM/Core/IDS.php
index b43f262669a79d4f2d8334d2f8d1cce97b100384..10bfa7216b26e8e57bdd671ae8a6984b21b60b18 100644
(file)
--- 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/htmlpurif
i
er/HTMLPurifier.auto.php',
'HTML_Purifier_Cache' => $tmpDir,
'scan_keys' => '',
'exceptions' => ['__utmz', '__utmc'],