summaryrefslogtreecommitdiff
path: root/library/WT/Filter.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2014-03-27 11:26:04 +0000
committerGreg Roach <fisharebest@gmail.com>2014-03-27 13:00:15 +0000
commited285daa12bd7bf5fef583fe91b97c238dbf606f (patch)
tree5bc90b8548789a587609d8dbc030c571ea831b23 /library/WT/Filter.php
parente7fa959ef1d52de051e5ac63e0debdbe47939a3f (diff)
downloadwebtrees-ed285daa12bd7bf5fef583fe91b97c238dbf606f.tar.gz
webtrees-ed285daa12bd7bf5fef583fe91b97c238dbf606f.tar.bz2
webtrees-ed285daa12bd7bf5fef583fe91b97c238dbf606f.zip
Install libraries using composer; use faster autoloader; update to latest versions
Diffstat (limited to 'library/WT/Filter.php')
-rw-r--r--library/WT/Filter.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/library/WT/Filter.php b/library/WT/Filter.php
index ef854165e1..ebfd63c178 100644
--- a/library/WT/Filter.php
+++ b/library/WT/Filter.php
@@ -109,9 +109,6 @@ class WT_Filter {
$parser->no_markup = true;
$text = $parser->transform($text);
- // HTMLPurifier needs its own autoloader
- require_once WT_ROOT . 'library/htmlpurifier-4.6.0/library/HTMLPurifier.auto.php';
-
// HTMLPurifier needs somewhere to write temporary files
$HTML_PURIFIER_CACHE_DIR = WT_DATA_DIR . 'html_purifier_cache';