[pLog-svn] r3805 - plog/trunk/class/data/pager

mark at devel.lifetype.net mark at devel.lifetype.net
Wed Jul 26 04:53:36 GMT 2006


Author: mark
Date: 2006-07-26 04:53:35 +0000 (Wed, 26 Jul 2006)
New Revision: 3805

Modified:
   plog/trunk/class/data/pager/pager.class.php
Log:
Fixed a bug that James reported in GTalk.

Modified: plog/trunk/class/data/pager/pager.class.php
===================================================================
--- plog/trunk/class/data/pager/pager.class.php	2006-07-26 03:48:08 UTC (rev 3804)
+++ plog/trunk/class/data/pager/pager.class.php	2006-07-26 04:53:35 UTC (rev 3805)
@@ -235,7 +235,7 @@
 		 */
 		function getLastPageLink()
 		{
-			return $this->_pageLinks[$this->getLastPage()];
+			return $this->_pageLinks[$this->getEndPage()];
 		}
 		
 		/**



More information about the pLog-svn mailing list