From 0892b27e326f14bd3f6229b55077ef5f9d5280b4 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Sat, 21 May 2011 18:14:36 +0000 Subject: branch/3.1: merged bugfixes from trunk/ up to current --- framework/Collections/TQueue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Collections/TQueue.php') diff --git a/framework/Collections/TQueue.php b/framework/Collections/TQueue.php index 581a7109..bbf8de66 100644 --- a/framework/Collections/TQueue.php +++ b/framework/Collections/TQueue.php @@ -151,7 +151,7 @@ class TQueue extends TComponent implements IteratorAggregate,Countable */ public function getIterator() { - return new TQueueIterator($this->_d); + return new ArrayIterator( $this->_d ); } /** -- cgit v1.2.3