HTMLFilter has been moved to pikotools library
This commit is contained in:
@@ -64,7 +64,7 @@ Ezc::Blocks ezc_blocks;
|
||||
Ezc::Objects<HtmlTextStream> ezc_objects;
|
||||
Ezc::Vars ezc_vars;
|
||||
LocaleFilter locale_filter;
|
||||
HTMLFilter html_filter;
|
||||
pt::HTMLFilter html_filter;
|
||||
|
||||
|
||||
|
||||
@@ -1070,7 +1070,6 @@ void Templates::set_dependency(WinixRequest * winix_request)
|
||||
TemplatesFunctions::index_patterns.set_dependency(winix_request);
|
||||
TemplatesFunctions::pattern_cacher.set_dependency(winix_request);
|
||||
TemplatesFunctions::locale_filter.set_dependency(winix_request);
|
||||
TemplatesFunctions::html_filter.set_dependency(winix_request);
|
||||
|
||||
TemplatesFunctions::log.SetDependency(&this->log);
|
||||
TemplatesFunctions::plugin = winix_request->get_plugin();
|
||||
|
||||
Reference in New Issue
Block a user