[pLog-svn] r2528 - plog/branches/plog-1.0.2/class/net

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sat Oct 15 15:04:00 GMT 2005


Author: oscar
Date: 2005-10-15 15:03:59 +0000 (Sat, 15 Oct 2005)
New Revision: 2528

Modified:
   plog/branches/plog-1.0.2/class/net/modrewriterequestgenerator.class.php
Log:
fixed issue 791 (http://bugs.plogworld.net/view.php?id=719)


Modified: plog/branches/plog-1.0.2/class/net/modrewriterequestgenerator.class.php
===================================================================
--- plog/branches/plog-1.0.2/class/net/modrewriterequestgenerator.class.php	2005-10-12 14:13:53 UTC (rev 2527)
+++ plog/branches/plog-1.0.2/class/net/modrewriterequestgenerator.class.php	2005-10-15 15:03:59 UTC (rev 2528)
@@ -204,7 +204,7 @@
         	if( $blogInfo == null )
                 $link = $this->getBaseUrl().'/'.$this->_blogInfo->getId().'_'.StringUtils::text2url( $this->_blogInfo->getBlog() ).'/feeds/categories/'.$category->getId().'_'.StringUtils::text2url( $category->getName() ).'/';
             else
-                $link = $this->getBaseUrl().'/'.$blogInfo->getId().'_'.StringUtils::text2url( $bloginfo->getBlog() ).'/feeds/categories/'.$category->getId().'_'.StringUtils::text2url( $category->getName() ).'/';
+                $link = $this->getBaseUrl().'/'.$blogInfo->getId().'_'.StringUtils::text2url( $blogInfo->getBlog() ).'/feeds/categories/'.$category->getId().'_'.StringUtils::text2url( $category->getName() ).'/';
 
             if( $profile != "" )
                 $link .= $profile;




More information about the pLog-svn mailing list