take it from the correct end of the pipe

This commit is contained in:
zotlabs 2020-03-25 13:55:17 -07:00
parent 883c5bbfed
commit 3a5475e34d

View file

@ -2368,7 +2368,7 @@ class Activity {
}
if ((! array_key_exists('mimetype',$s)) || ($s['mimetype'] === 'text/bbcode')) {
$content['html'] = bbcode($content['content']);
$content['html'] = bbcode($s['body']);
}
$hookinfo = [