updated to the new version of ezc
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@621 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -28,8 +28,9 @@ Locale locale;
|
||||
LocaleFilter locale_filter;
|
||||
CKEditorGetParser ckeditor_getparser;
|
||||
|
||||
|
||||
const std::string empty; // used by GenerateRunRaw()
|
||||
// used by GenerateRunRaw()
|
||||
std::vector<std::string> empty_pars;
|
||||
const std::string empty_string;
|
||||
|
||||
|
||||
|
||||
@@ -620,8 +621,12 @@ using namespace TemplatesFunctions;
|
||||
void Templates::GenerateRunRaw()
|
||||
{
|
||||
using namespace TemplatesFunctions;
|
||||
|
||||
if( !empty_pars.empty() )
|
||||
empty_pars.clear();
|
||||
|
||||
Ezc::Info info(request.page, empty_pars, empty_string);
|
||||
|
||||
Ezc::Info info(request.page, empty);
|
||||
info.iter = 0;
|
||||
info.res = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user