[pLog-svn] r3276 - plugins/trunk/atom/class/xml/atom

oscar at devel.lifetype.net oscar at devel.lifetype.net
Mon Apr 24 17:15:43 GMT 2006


Author: oscar
Date: 2006-04-24 17:15:43 +0000 (Mon, 24 Apr 2006)
New Revision: 3276

Modified:
   plugins/trunk/atom/class/xml/atom/postservice.class.php
Log:
fixed issue 878 (http://bugs.lifetype.net/view.php?id=878)


Modified: plugins/trunk/atom/class/xml/atom/postservice.class.php
===================================================================
--- plugins/trunk/atom/class/xml/atom/postservice.class.php	2006-04-24 09:15:08 UTC (rev 3275)
+++ plugins/trunk/atom/class/xml/atom/postservice.class.php	2006-04-24 17:15:43 UTC (rev 3276)
@@ -234,6 +234,7 @@
 			AtomLogger::Log( "Done!" );
                     }
                     else {
+                        $url = $this->_blogInfo->getBlogRequestGenerator();
                         AtomLogger::Log( "  It is something else!" );
                         $result = "<a href=\"".$url->resourceLink( $resource )."\">".$resource->getFileName()."</a><br />\n";
                     }



More information about the pLog-svn mailing list