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:
a1c8e96
)
Update spelling of htmlpurifier to be correct spelling
author
Seamus Lee
<seamuslee001@gmail.com>
Sun, 22 Sep 2019 05:35:56 +0000
(15:35 +1000)
committer
Seamus Lee
<seamuslee001@gmail.com>
Sun, 22 Sep 2019 05:35:56 +0000
(15:35 +1000)
CRM/Core/ClassLoader.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/ClassLoader.php
b/CRM/Core/ClassLoader.php
index 51dbcf9b1d46f1f1857b95cf7fd22a719ef883a7..b7fa50df7393d4e991ecf4533781d937461f9246 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/htmlpurifer/HTMLPurifier/Bootstrap.php';
+ $file = dirname(__FILE__) . '/../../packages/IDS/vendors/htmlpurif
i
er/HTMLPurifier/Bootstrap.php';
if (file_exists($file)) {
return $file;
}