- bugfix typo in smarty_internal_templatecompilerbase and smarty_internal_template

This commit is contained in:
Uwe.Tews
2010-04-07 15:19:02 +00:00
parent b14725e21a
commit 1eb8a44b0f
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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