that didn't quite work out

This commit is contained in:
friendica 2012-04-01 06:46:12 -07:00
parent bb67ca9f1c
commit 9b4bef8ac4

View file

@ -435,8 +435,8 @@ function get_atom_elements($feed,$item) {
$res['body'] = @html2bbcode($res['body']); $res['body'] = @html2bbcode($res['body']);
} }
else // else
$res['body'] = escape_tags($res['body']); // $res['body'] = escape_tags($res['body']);
$allow = $item->get_item_tags(NAMESPACE_DFRN,'comment-allow'); $allow = $item->get_item_tags(NAMESPACE_DFRN,'comment-allow');
if($allow && $allow[0]['data'] == 1) if($allow && $allow[0]['data'] == 1)