0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-03-11 17:18:44 +00:00

[2.1.1] Fix *another* but with addFilter() Jeez!

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1364 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang 2007-08-04 22:46:17 +00:00
parent 79c18eb781
commit c3efafb07d

View File

@ -104,7 +104,7 @@ class HTMLPurifier_URIDefinition extends HTMLPurifier_Definition
function addFilter($filter, $config) {
$filter->prepare($config);
$this->filter[$filter->name] = $filter;
$this->filters[$filter->name] = $filter;
}
function doSetup($config) {