mirror of
https://github.com/smarty-php/smarty.git
synced 2026-04-29 10:13:25 +02:00
- bugfix plugins may not be loaded when setMergeCompiledIncludes is true https://github.com/smarty-php/smarty/issues/435
This commit is contained in:
@@ -58,10 +58,6 @@ class Smarty_Internal_Runtime_CodeFrame
|
||||
var_export($_template->smarty->ext->_tplFunction->getTplFunction($_template), true) . ");\n";
|
||||
|
||||
}
|
||||
// include code for required plugins
|
||||
if (!$cache && isset($compiler)) {
|
||||
$output .= $compiler->compileRequiredPlugins();
|
||||
}
|
||||
$output .= "?>";
|
||||
$output .= $content;
|
||||
$output .= "<?php }\n?>";
|
||||
|
||||
Reference in New Issue
Block a user