diff options
author | xue <> | 2006-04-30 01:19:34 +0000 |
---|---|---|
committer | xue <> | 2006-04-30 01:19:34 +0000 |
commit | 86720f6bcc405b555b7be5cf45e9ccd42fb8cf51 (patch) | |
tree | ef84c4bec4e13dc2c0708049a06705347424d30b /framework/Web/UI/TTemplateControl.php | |
parent | 281eda79cea84f95397040cb5c022c2bdb82e3d9 (diff) |
changed TControl::createChildControls() to public.
Diffstat (limited to 'framework/Web/UI/TTemplateControl.php')
-rw-r--r-- | framework/Web/UI/TTemplateControl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/TTemplateControl.php b/framework/Web/UI/TTemplateControl.php index 971f0288..f18678f1 100644 --- a/framework/Web/UI/TTemplateControl.php +++ b/framework/Web/UI/TTemplateControl.php @@ -123,7 +123,7 @@ class TTemplateControl extends TControl implements INamingContainer * This method is overriden to load and instantiate control template.
* This method should only be used by framework and control developers.
*/
- protected function createChildControls()
+ public function createChildControls()
{
if($tpl=$this->getTemplate(true))
{
|