From 723a49cceecf92a87eb34243e824b8deb900f184 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 1 Feb 2016 17:42:53 -0800 Subject: add photos to the profile "likes this" dropdowns --- include/items.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/items.php') diff --git a/include/items.php b/include/items.php index b38049e70..5361a5fde 100755 --- a/include/items.php +++ b/include/items.php @@ -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); -- cgit v1.2.3