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:
ebbfece
)
Revert "Update spelling of htmlpurifier to be correct spelling"
author
Seamus Lee
<seamuslee001@gmail.com>
Sun, 22 Sep 2019 05:38:06 +0000
(15:38 +1000)
committer
Seamus Lee
<seamuslee001@gmail.com>
Sun, 22 Sep 2019 05:38:06 +0000
(15:38 +1000)
This reverts commit
ebbfece35c3744450a591f5a59f44c469ee6d5cf
.
CRM/Core/ClassLoader.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/ClassLoader.php
b/CRM/Core/ClassLoader.php
index b7fa50df7393d4e991ecf4533781d937461f9246..51dbcf9b1d46f1f1857b95cf7fd22a719ef883a7 100644
(file)
--- a/
CRM/Core/ClassLoader.php
+++ b/
CRM/Core/ClassLoader.php
@@
-193,7
+193,7
@@
class CRM_Core_ClassLoader {
// we do this to prevent a autoloader errors with joomla / 3rd party packages
// Use absolute path, since we don't know the content of include_path yet.
// CRM-11304
- $file = dirname(__FILE__) . '/../../packages/IDS/vendors/htmlpurif
i
er/HTMLPurifier/Bootstrap.php';
+ $file = dirname(__FILE__) . '/../../packages/IDS/vendors/htmlpurifer/HTMLPurifier/Bootstrap.php';
if (file_exists($file)) {
return $file;
}