Skip to content

Commit

Permalink
Revert "Update spelling of htmlpurifier to be correct spelling"
Browse files Browse the repository at this point in the history
This reverts commit ebbfece.
  • Loading branch information
seamuslee001 committed Sep 22, 2019
1 parent ebbfece commit 164f965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Core/ClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ private function getHtmlPurifierPath() {
// 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/htmlpurifier/HTMLPurifier/Bootstrap.php';
$file = dirname(__FILE__) . '/../../packages/IDS/vendors/htmlpurifer/HTMLPurifier/Bootstrap.php';
if (file_exists($file)) {
return $file;
}
Expand Down

0 comments on commit 164f965

Please sign in to comment.