Show
Ignore:
Timestamp:
07/18/08 14:55:27 (4 months ago)
Author:
chrisjdavis
Message:

And we want all the content from the sources, not just the ones with enclosures.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/lifestream/trunk/lifestream.plugin.php

    r682 r683  
    235235                    if ( $enclosure = $entry->get_enclosure( 0 ) ) { 
    236236                        $data['data'] = $enclosure->get_link(); 
    237                         $this->stream_contents[$date]= $data; 
    238237                    } 
    239                      
     238                    $this->stream_contents[$date]= $data; 
    240239                } 
    241240            }