mirror of
https://github.com/smarty-php/smarty.git
synced 2026-04-29 02:03:31 +02:00
- optimization move subtemplate processing back into template object
This commit is contained in:
@@ -152,8 +152,7 @@ class Smarty_Template_Compiled extends Smarty_Template_Resource_Base
|
||||
$_template->smarty->compile_check = $compileCheck;
|
||||
}
|
||||
}
|
||||
$_template->smarty->ext->_subTemplate->registerSubTemplates($_template);
|
||||
|
||||
$_template->_subTemplateRegister();
|
||||
$this->processed = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user