[pLog-svn] r3277 - plugins/branches/lifetype-1.0/atom/class/xml/atom

oscar at devel.lifetype.net oscar at devel.lifetype.net
Mon Apr 24 17:16:03 GMT 2006


Author: oscar
Date: 2006-04-24 17:16:02 +0000 (Mon, 24 Apr 2006)
New Revision: 3277

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



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



More information about the pLog-svn mailing list