From e1ee81a09e299d5a9bc59ed59b04acfa3a85a935 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 17 Feb 2006 05:25:37 +0000 Subject: Removed a few constructors. --- framework/Collections/TList.php | 1 - 1 file changed, 1 deletion(-) (limited to 'framework/Collections/TList.php') diff --git a/framework/Collections/TList.php b/framework/Collections/TList.php index 1090ce77..7383b684 100644 --- a/framework/Collections/TList.php +++ b/framework/Collections/TList.php @@ -58,7 +58,6 @@ class TList extends TComponent implements IteratorAggregate,ArrayAccess */ public function __construct($data=null) { - parent::__construct(); if($data!==null) $this->copyFrom($data); } -- cgit v1.2.3