summaryrefslogtreecommitdiff
path: root/lib/prado/framework/Collections/TPagedList.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/prado/framework/Collections/TPagedList.php')
-rw-r--r--lib/prado/framework/Collections/TPagedList.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/prado/framework/Collections/TPagedList.php b/lib/prado/framework/Collections/TPagedList.php
index 118bba1..a933b4e 100644
--- a/lib/prado/framework/Collections/TPagedList.php
+++ b/lib/prado/framework/Collections/TPagedList.php
@@ -4,7 +4,7 @@
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link https://github.com/pradosoft/prado
- * @copyright Copyright &copy; 2005-2015 The PRADO Group
+ * @copyright Copyright &copy; 2005-2016 The PRADO Group
* @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT
* @package System.Collections
*/
@@ -295,7 +295,7 @@ class TPagedList extends TList
else
{
$data=$this->toArray();
- return new TListIterator($data);
+ return new ArrayIterator($data);
}
}