diff options
Diffstat (limited to 'framework/Collections/TPagedList.php')
-rw-r--r-- | framework/Collections/TPagedList.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Collections/TPagedList.php b/framework/Collections/TPagedList.php index b7558002..a933b4e3 100644 --- a/framework/Collections/TPagedList.php +++ b/framework/Collections/TPagedList.php @@ -295,7 +295,7 @@ class TPagedList extends TList else { $data=$this->toArray(); - return new TListIterator($data); + return new ArrayIterator($data); } } |