Update spelling of htmlpurifier to be correct spelling
authorSeamus Lee <seamuslee001@gmail.com>
Sun, 22 Sep 2019 05:35:56 +0000 (15:35 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Sun, 22 Sep 2019 05:35:56 +0000 (15:35 +1000)
CRM/Core/ClassLoader.php

index 51dbcf9b1d46f1f1857b95cf7fd22a719ef883a7..b7fa50df7393d4e991ecf4533781d937461f9246 100644 (file)
@@ -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;
     }