that didn't quite work out

pull/196/head
friendica 2012-04-01 06:46:12 -07:00
rodzic bb67ca9f1c
commit 9b4bef8ac4
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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