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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu May 25 09:08:24 GMT 2006


Author: oscar
Date: 2006-05-25 09:08:23 +0000 (Thu, 25 May 2006)
New Revision: 3460

Modified:
   plugins/trunk/atom/class/xml/atom/postservice.class.php
Log:
revision 3372 from bug report 880 broke image links


Modified: plugins/trunk/atom/class/xml/atom/postservice.class.php
===================================================================
--- plugins/trunk/atom/class/xml/atom/postservice.class.php	2006-05-25 02:15:34 UTC (rev 3459)
+++ plugins/trunk/atom/class/xml/atom/postservice.class.php	2006-05-25 09:08:23 UTC (rev 3460)
@@ -229,7 +229,7 @@
                             $link = $url->resourcePreviewLink( $resource );                            
                             
                         $result .= '<a class="nodecoration" href="'.$url->resourceLink( $resource ).'"> '.
-                            '<img class="res_image" id="res_'.$resource->getId().'" src="$link" alt="'.
+                            '<img class="res_image" id="res_'.$resource->getId().'" src="'.$link.'" alt="'.
                             $resource->getFileName().'" /></a><br />';
                         AtomLogger::Log( "Done!" );
                     }



More information about the pLog-svn mailing list