[pLog-svn] r4460 - plugins/branches/lifetype-1.1/print

oscar at devel.lifetype.net oscar at devel.lifetype.net
Mon Jan 1 16:59:44 GMT 2007


Author: oscar
Date: 2007-01-01 16:59:42 +0000 (Mon, 01 Jan 2007)
New Revision: 4460

Modified:
   plugins/branches/lifetype-1.1/print/pluginprint.class.php
Log:
fixed an issue with the plugin print not generating the correct URL when using subdomains.


Modified: plugins/branches/lifetype-1.1/print/pluginprint.class.php
===================================================================
--- plugins/branches/lifetype-1.1/print/pluginprint.class.php	2006-12-31 16:39:56 UTC (rev 4459)
+++ plugins/branches/lifetype-1.1/print/pluginprint.class.php	2007-01-01 16:59:42 UTC (rev 4460)
@@ -40,7 +40,7 @@
 		 */
         function printView( $article )
         {
-                $rg =& RequestGenerator::getRequestGenerator( $this->_blogInfo );
+			$rg = $this->blogInfo->getBlogRequestGenerator();
             return $rg->getBaseUrl()."/index.php?op=printView&articleId=".$article->getId()."&blogId=".$this->blogInfo->getId();
         }
 	}



More information about the pLog-svn mailing list