From db808640ad2de6a51a6bc19c9064bb91872e12dc Mon Sep 17 00:00:00 2001 From: ovclas Date: Fri, 1 Apr 2011 05:40:14 +0000 Subject: [PATCH] latest verion applied git-svn-id: http://xe-core.googlecode.com/svn/trunk@8250 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- classes/display/HTMLDisplayHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/display/HTMLDisplayHandler.php b/classes/display/HTMLDisplayHandler.php index ff8d00c8d..4e784502b 100644 --- a/classes/display/HTMLDisplayHandler.php +++ b/classes/display/HTMLDisplayHandler.php @@ -21,7 +21,7 @@ class HTMLDisplayHandler { if(Context::get('layout') != 'none') { if(__DEBUG__==3) $start = getMicroTime(); - Context::set('content', $output); + Context::set('content', $output, false); $layout_path = $oModule->getLayoutPath(); $layout_file = $oModule->getLayoutFile();