From ebbfece35c3744450a591f5a59f44c469ee6d5cf Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sun, 22 Sep 2019 15:35:56 +1000 Subject: [PATCH] Update spelling of htmlpurifier to be correct spelling --- CRM/Core/ClassLoader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/ClassLoader.php b/CRM/Core/ClassLoader.php index 51dbcf9b1d..b7fa50df73 100644 --- 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/htmlpurifier/HTMLPurifier/Bootstrap.php'; if (file_exists($file)) { return $file; } -- 2.25.1