diff options
author | redmatrix <git@macgirvin.com> | 2016-07-05 19:40:09 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-05 19:40:09 -0700 |
commit | 537f30f7079dec55e82f616e35162195c6527c52 (patch) | |
tree | ce6f0cc85091e9eafcca6f08112922e6fa4d72c1 /Zotlabs/Lib/ThreadItem.php | |
parent | cf051116228875a8dc9e9da193bc7b8bcfe83840 (diff) | |
parent | ad954d01de7568e2834907b4eb24f71648c3a01d (diff) | |
download | volse-hubzilla-537f30f7079dec55e82f616e35162195c6527c52.tar.gz volse-hubzilla-537f30f7079dec55e82f616e35162195c6527c52.tar.bz2 volse-hubzilla-537f30f7079dec55e82f616e35162195c6527c52.zip |
Merge branch 'dev' into perms
Diffstat (limited to 'Zotlabs/Lib/ThreadItem.php')
-rw-r--r-- | Zotlabs/Lib/ThreadItem.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php index 6625b7b52..638afeb6b 100644 --- a/Zotlabs/Lib/ThreadItem.php +++ b/Zotlabs/Lib/ThreadItem.php @@ -248,7 +248,7 @@ class ThreadItem { $has_bookmarks = false; if(is_array($item['term'])) { foreach($item['term'] as $t) { - if(!UNO && $t['type'] == TERM_BOOKMARK) + if(!UNO && $t['ttype'] == TERM_BOOKMARK) $has_bookmarks = true; } } |