From 5aff249d0b574f90f527b7af60604439f8fa3bef Mon Sep 17 00:00:00 2001 From: javalizard <> Date: Sun, 18 Apr 2010 03:15:01 +0000 Subject: ensured that the WebControls are calling their parent __construct methods --- framework/Web/UI/WebControls/TRepeater.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'framework/Web/UI/WebControls/TRepeater.php') diff --git a/framework/Web/UI/WebControls/TRepeater.php b/framework/Web/UI/WebControls/TRepeater.php index a6c9903d..fa4d7b7f 100644 --- a/framework/Web/UI/WebControls/TRepeater.php +++ b/framework/Web/UI/WebControls/TRepeater.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2008 PradoSoft + * @copyright Copyright © 2005-2010 PradoSoft * @license http://www.pradosoft.com/license/ * @version $Id$ * @package System.Web.UI.WebControls @@ -802,6 +802,7 @@ class TRepeaterItemEventParameter extends TEventParameter */ public function __construct($item) { + parent::__construct(); $this->_item=$item; } -- cgit v1.2.3