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();
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
#include "core/cur.h"
|
||||
#include "core/system.h"
|
||||
#include "core/sessionmanager.h"
|
||||
#include "core/htmlfilter.h"
|
||||
#include "html/htmlfilter.h"
|
||||
#include "db/db.h"
|
||||
#include "core/winixrequest.h"
|
||||
|
||||
@@ -79,7 +79,7 @@ namespace TemplatesFunctions
|
||||
extern Locale locale;
|
||||
extern EzcFun ezc_functions;
|
||||
extern LocaleFilter locale_filter;
|
||||
extern HTMLFilter html_filter;
|
||||
extern pt::HTMLFilter html_filter;
|
||||
extern Ezc::Stack empty_stack;
|
||||
|
||||
extern Db * db;
|
||||
|
||||
Reference in New Issue
Block a user