[pLog-svn] r2314 - plugins/trunk/blogtimes

mark at devel.plogworld.net mark at devel.plogworld.net
Wed Jul 13 06:57:21 GMT 2005


Author: mark
Date: 2005-07-13 06:57:20 +0000 (Wed, 13 Jul 2005)
New Revision: 2314

Modified:
   plugins/trunk/blogtimes/pluginblogtimes.class.php
Log:
Fixed bug http://bugs.plogworld.net/view.php?id=620

Modified: plugins/trunk/blogtimes/pluginblogtimes.class.php
===================================================================
--- plugins/trunk/blogtimes/pluginblogtimes.class.php	2005-07-13 06:41:18 UTC (rev 2313)
+++ plugins/trunk/blogtimes/pluginblogtimes.class.php	2005-07-13 06:57:20 UTC (rev 2314)
@@ -116,7 +116,7 @@
         function show() {
             $saveFile = $this->cacheFolder."/blogtimes.png";
             $rg =& RequestGenerator::getRequestGenerator( $this->blogInfo );
-            $blogtimesTag = "<div align=\"center\"><img src=\"".$rg->getUrl($saveFile)."\" /></div>";
+            $blogtimesTag = "<div align=\"center\"><img src=\"".$rg->getUrl("/".$saveFile)."\" /></div>";
             return $blogtimesTag;                    
         }
         




More information about the pLog-svn mailing list