From 86720f6bcc405b555b7be5cf45e9ccd42fb8cf51 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 30 Apr 2006 01:19:34 +0000 Subject: changed TControl::createChildControls() to public. --- framework/Web/UI/TTemplateControl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Web/UI/TTemplateControl.php') 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)) { -- cgit v1.2.3