Flickr stream gives no image
neofreko - January 30, 2009 - 09:24
| Project: | Activity Stream |
| Version: | 6.x-1.0-beta2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
$node->body = check_markup($node->body, $node->format, FALSE);
above line in function activitystream_view($node, $teaser = FALSE, $page = FALSE) strips out HTML. Thus leave node->body with no content
if this is intended to prevent XSS then image data may have fit action->data better.
