aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-07-06 21:31:17 +0200
committerMario Vavti <mario@mariovavti.com>2016-07-06 21:31:17 +0200
commita59e84cadd257403e30d57dcf5e4ed8d0715965a (patch)
treeba0ebb567f5b2a0842882d4bea66b8506f5159a8 /Zotlabs/Lib
parentd4627a0b1c1a0e08bb0606cf4b6ba4823b7a2862 (diff)
parentad954d01de7568e2834907b4eb24f71648c3a01d (diff)
downloadvolse-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')
-rw-r--r--Zotlabs/Lib/ThreadItem.php2
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;
}
}