updated to new version of Ezc
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@602 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -25,8 +25,7 @@ Locale locale;
|
||||
LocaleFilter locale_filter;
|
||||
CKEditorGetParser ckeditor_getparser;
|
||||
|
||||
|
||||
|
||||
const std::string empty; // used by GenerateRunRaw()
|
||||
|
||||
|
||||
|
||||
@@ -550,10 +549,10 @@ using namespace TemplatesFunctions;
|
||||
void Templates::GenerateRunRaw()
|
||||
{
|
||||
using namespace TemplatesFunctions;
|
||||
|
||||
Ezc::Info info(request.page);
|
||||
info.iter = 0;
|
||||
info.result = false;
|
||||
|
||||
Ezc::Info info(request.page, empty);
|
||||
info.iter = 0;
|
||||
info.res = false;
|
||||
|
||||
item_run(info);
|
||||
}
|
||||
|
Reference in New Issue
Block a user