Changeset 683
- Timestamp:
- 2008-07-18 16:55:27 (7 weeks ago)
- Files:
-
- 1 modified
-
plugins/lifestream/trunk/lifestream.plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/lifestream/trunk/lifestream.plugin.php
r682 r683 235 235 if ( $enclosure = $entry->get_enclosure( 0 ) ) { 236 236 $data['data'] = $enclosure->get_link(); 237 $this->stream_contents[$date]= $data;238 237 } 239 238 $this->stream_contents[$date]= $data; 240 239 } 241 240 }
