aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-01 17:42:53 -0800
committerredmatrix <git@macgirvin.com>2016-02-01 17:42:53 -0800
commit723a49cceecf92a87eb34243e824b8deb900f184 (patch)
tree9a1895d0d556f8fd6cff6376b598dcddd13c1b90 /include/items.php
parentff487a02710c2a4833c78e0b015465810c3a7987 (diff)
downloadvolse-hubzilla-723a49cceecf92a87eb34243e824b8deb900f184.tar.gz
volse-hubzilla-723a49cceecf92a87eb34243e824b8deb900f184.tar.bz2
volse-hubzilla-723a49cceecf92a87eb34243e824b8deb900f184.zip
add photos to the profile "likes this" dropdowns
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php1
1 files changed, 1 insertions, 0 deletions
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);