diff options
Diffstat (limited to 'framework/Collections/TQueue.php')
-rw-r--r-- | framework/Collections/TQueue.php | 1 |
1 files changed, 1 insertions, 0 deletions
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);
}
|