summaryrefslogtreecommitdiff
path: root/framework/Web/UI
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/UI')
-rw-r--r--framework/Web/UI/TTemplateControl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/Web/UI/TTemplateControl.php b/framework/Web/UI/TTemplateControl.php
index 2f63ae5e..971f0288 100644
--- a/framework/Web/UI/TTemplateControl.php
+++ b/framework/Web/UI/TTemplateControl.php
@@ -32,11 +32,11 @@ class TTemplateControl extends TControl implements INamingContainer
/**
* @var ITemplate the parsed template structure shared by the same control class
*/
- protected static $_template=array();
+ private static $_template=array();
/**
* @var ITemplate the parsed template structure specific for this control instance
*/
- protected $_localTemplate=null;
+ private $_localTemplate=null;
/**
* @var TTemplateControl the master control if any
*/