Development

Changeset 7708

You must first sign up to be able to contribute.

Changeset 7708

Show
Ignore:
Timestamp:
03/02/08 00:14:18 (9 months ago)
Author:
xavier
Message:

sfFeed2Plugin: fixed bug when parsing a fully enclosed entry

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfFeed2Plugin/lib/sfAtom1Feed.class.php

    r6627 r7708  
    126126        'pubDate'     => $pubdate, 
    127127        'description' => (string) $itemXml->summary, 
    128         'content'     => (string) $itemXml->content
     128        'content'     => (string) $itemXml->content->asXml()
    129129        'uniqueId'    => (string) $itemXml->id, 
    130130        'enclosure'   => $enclosure,