From 17b1d0b7c9e02f954d8877f40bfd814b2b8adec3 Mon Sep 17 00:00:00 2001 From: javalizard <> Date: Sun, 18 Apr 2010 04:25:03 +0000 Subject: Ensured parent::__construct calls to Base, Caching, and Collections --- framework/Collections/TQueue.php | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/Collections/TQueue.php') diff --git a/framework/Collections/TQueue.php b/framework/Collections/TQueue.php index 581a7109..dc580d1e 100644 --- a/framework/Collections/TQueue.php +++ b/framework/Collections/TQueue.php @@ -53,6 +53,7 @@ class TQueue extends TComponent implements IteratorAggregate,Countable */ public function __construct($data=null) { + parent::__construct(); if($data!==null) $this->copyFrom($data); } -- cgit v1.2.3