diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-07-06 21:31:17 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-07-06 21:31:17 +0200 |
commit | a59e84cadd257403e30d57dcf5e4ed8d0715965a (patch) | |
tree | ba0ebb567f5b2a0842882d4bea66b8506f5159a8 /Zotlabs/Lib/ThreadItem.php | |
parent | d4627a0b1c1a0e08bb0606cf4b6ba4823b7a2862 (diff) | |
parent | ad954d01de7568e2834907b4eb24f71648c3a01d (diff) | |
download | volse-hubzilla-a59e84cadd257403e30d57dcf5e4ed8d0715965a.tar.gz volse-hubzilla-a59e84cadd257403e30d57dcf5e4ed8d0715965a.tar.bz2 volse-hubzilla-a59e84cadd257403e30d57dcf5e4ed8d0715965a.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
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; } } |