add photos to the profile "likes this" dropdowns

This commit is contained in:
redmatrix
2016-02-01 17:42:53 -08:00
parent ff487a0271
commit 723a49ccee
4 changed files with 8 additions and 6 deletions

View File

@@ -3438,6 +3438,7 @@ function check_item_source($uid, $item) {
if(! $r[0]['src_patt'])
return true;
require_once('include/html2plain.php');
$text = prepare_text($item['body'],$item['mimetype']);
$text = html2plain($text);