[pLog-svn] r4641 - plog/branches/lifetype-1.1.5/class/net

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Jan 31 19:12:11 EST 2007


Author: oscar
Date: 2007-01-31 19:12:11 -0500 (Wed, 31 Jan 2007)
New Revision: 4641

Modified:
   plog/branches/lifetype-1.1.5/class/net/rawrequestgenerator.class.php
Log:
Fix for issue 1166 (http://bugs.lifetype.net/view.php?id=1166) -- blogId not being included as part of the paging URL

Modified: plog/branches/lifetype-1.1.5/class/net/rawrequestgenerator.class.php
===================================================================
--- plog/branches/lifetype-1.1.5/class/net/rawrequestgenerator.class.php	2007-01-31 14:13:34 UTC (rev 4640)
+++ plog/branches/lifetype-1.1.5/class/net/rawrequestgenerator.class.php	2007-02-01 00:12:11 UTC (rev 4641)
@@ -480,7 +480,7 @@
 			else
 				$amp = "&";
 		
-			$url = $this->getIndexUrl()."?op=Default&";
+			$url = $this->getIndexUrl()."?op=Default{$amp}blogId=".$this->_blogInfo->getId()."{$amp}";
 			$params = "";
 			
 			if( $category )



More information about the pLog-svn mailing list