diff options
Diffstat (limited to 'framework')
| -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 9637f499..e441e67c 100644 --- a/framework/Collections/TPagedList.php +++ b/framework/Collections/TPagedList.php @@ -68,7 +68,7 @@ class TPagedList extends TList  	/**
  	 * @var integer current page index
  	 */
 -	private $_currentPageIndex=-1;
 +	private $_currentPageIndex=0;
  	/**
  	 * @var integer user-assigned number of items in data source
  	 */
  | 
