mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-04 19:54:14 +02:00
- bugfix typo in smarty_internal_templatecompilerbase and smarty_internal_template
This commit is contained in:
@@ -68,7 +68,7 @@ class Smarty_Internal_Template extends Smarty_Internal_Data {
|
||||
// required plugins
|
||||
public $required_plugins = array('compiled' => array(), 'nocache' => array());
|
||||
public $security = false;
|
||||
public $saved_modifer = null;
|
||||
public $saved_modifier = null;
|
||||
public $smarty = null;
|
||||
/**
|
||||
* Create template data object
|
||||
|
||||
Reference in New Issue
Block a user