[pLog-svn] r3759 - plog/trunk/class/net

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Jul 20 19:50:19 GMT 2006


Author: oscar
Date: 2006-07-20 19:50:18 +0000 (Thu, 20 Jul 2006)
New Revision: 3759

Modified:
   plog/trunk/class/net/prettyrequestgenerator.class.php
Log:
fixed mantis issue 981 (http://bugs.lifetype.net/view.php?id=981) Now when using the combination of s-e-f URLs+subdomains you don't exactly get nice looking URLs, but at least it works. Hopefully people will dump these URLs and move to custom eventually...


Modified: plog/trunk/class/net/prettyrequestgenerator.class.php
===================================================================
--- plog/trunk/class/net/prettyrequestgenerator.class.php	2006-07-20 06:56:41 UTC (rev 3758)
+++ plog/trunk/class/net/prettyrequestgenerator.class.php	2006-07-20 19:50:18 UTC (rev 3759)
@@ -387,7 +387,7 @@
 			}
 			else {
 				// if none of the above, we should at least get a link to the blog!
-				$url = $this->blogLink();
+				$url = $this->blogLink()."/".$this->_blogInfo->getId();
 			}		
 			
 			$pageFormat = "/page/";



More information about the pLog-svn mailing list