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();