<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
    <title>Magento Issue Tracking</title>
    <link>http://www.magentocommerce.com/bug-tracking/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>MagentoCommerce</dc:creator>
    <dc:rights>Copyright {gmt_date format="%Y"}</dc:rights>
    <dc:date>{gmt_date format="%Y-%m-%dT%H:%i:%s%Q"}</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
        <item>
        <title>View Issue #25435 / Sharing wishlist uses placeholder images (doesn't </title>
        <link>http://www.magentocommerce.com/bug-tracking/issue?issue=11121</link>
        <description><![CDATA[<strong>Posted:</strong> 2011-03-17 10:25:13<br/><strong>Category:</strong> Wishlist<br/><strong>Version:</strong> 1.5.0.1<br/><strong>Priority:</strong> normal<br/><strong>Status:</strong> closed<br/><strong>Reported By:</strong> <a href="http://www.magentocommerce.com/boards/member/25893882/">chuckreed</a></strong><br/><br/>The call to the catalog/image helper gets an invalid parameter in:<br />
app/design/frontend/base/default/template/wishlist/email/items.phtml<br />
<br />
On line 34, the image URL call should be changed to use $item-&gt;getProduct() instead of just $item:<br />
&lt;?php echo $this-&gt;helper('catalog/image')-&gt;init($item-&gt;getProduct(), 'small_image')-&gt;resize(135); ?&gt;<br/><br/><hr/>]]></description>
    </item>
    
                    <item>
        <title>RE: Sharing wishlist uses placeholder images (doesn't </title>
        <description><![CDATA[<em>#1 / Comment by <a href="http://www.magentocommerce.com/boards/member/25867716/">track-23</a></em><br/><br/>This is also effecting the wishlist RSS feed.<br />
<br />
In app/code/core/Mage/Rss/Block/Wishlist.php<br />
<br />
On line 109 the image URL call should be changed to use $product-&gt;getProduct() instead of just $product:<br />
. '&quot;&gt;&lt;img src=&quot;' . $this-&gt;helper('catalog/image')-&gt;init($product-&gt;getProduct(), 'thumbnail')-&gt;resize(75, 75)]]></description>
    </item>
            <item>
        <title>RE: Sharing wishlist uses placeholder images (doesn't </title>
        <description><![CDATA[<em>#2 / Comment by Magento Team</em><br/><br/>Hello chuckreed,<br />
<br />
We have confirmed this issue and we will fix it as soon as possible.<br />
<br />
Thank you.]]></description>
    </item>
            <item>
        <title>RE: Sharing wishlist uses placeholder images (doesn't </title>
        <description><![CDATA[<em>#3 / Comment by Magento Team</em><br/><br/>Hello chuckreed,<br />
<br />
This issue was fixed. The changes will be available in the next bugfix release.<br />
<br />
Thank you.]]></description>
    </item>
        </channel>
</rss>