From 99ecc26ddd9c6f0233aff2770e82c9db80fd0b4c Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 31 Jan 2006 01:30:28 +0000 Subject: All events are now defined with public on-functions. This is to comply with the new change introduced since 5.1. --- framework/Web/UI/WebControls/THead.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Web/UI/WebControls/THead.php') diff --git a/framework/Web/UI/WebControls/THead.php b/framework/Web/UI/WebControls/THead.php index 3cdd19aa..3c52b666 100644 --- a/framework/Web/UI/WebControls/THead.php +++ b/framework/Web/UI/WebControls/THead.php @@ -48,7 +48,7 @@ class THead extends TControl * so that the event handlers can be invoked. * @param TEventParameter event parameter to be passed to the event handlers */ - protected function onInit($param) + public function onInit($param) { parent::onInit($param); $this->getPage()->setHead($this); -- cgit v1.2.3