mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-05 12:14:12 +02:00
code cleanup and optimizations 3.1.32-dev-34
This commit is contained in:
@@ -49,7 +49,7 @@ abstract class Smarty_Resource_Recompiled extends Smarty_Resource
|
||||
$_smarty_tpl->loadCompiler();
|
||||
// call compiler
|
||||
try {
|
||||
eval("?>" . $_smarty_tpl->compiler->compileTemplate($_smarty_tpl));
|
||||
eval('?>' . $_smarty_tpl->compiler->compileTemplate($_smarty_tpl));
|
||||
}
|
||||
catch (Exception $e) {
|
||||
unset($_smarty_tpl->compiler);
|
||||
|
||||
Reference in New Issue
Block a user