aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2015-11-20 19:51:57 +0100
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2015-11-20 19:51:57 +0100
commit90187eae37ecdee56d245f563f529638ea8f55da (patch)
tree5f06f71871ab8df3281b50c5d3c36d640498c672 /include/text.php
parent3b7b3ef2bb8dce373d2184309958e790a0478371 (diff)
parent7399f7a087b56e2f09419dc8ff99fc5ce15fa195 (diff)
downloadvolse-hubzilla-90187eae37ecdee56d245f563f529638ea8f55da.tar.gz
volse-hubzilla-90187eae37ecdee56d245f563f529638ea8f55da.tar.bz2
volse-hubzilla-90187eae37ecdee56d245f563f529638ea8f55da.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php
index 4053c15b2..7c8834fc8 100644
--- a/include/text.php
+++ b/include/text.php
@@ -1298,7 +1298,7 @@ function format_categories(&$item,$writeable) {
function format_hashtags(&$item) {
$s = '';
- $terms = get_terms_oftype($item['term'], TERM_HASHTAG);
+ $terms = get_terms_oftype($item['term'], array(TERM_HASHTAG,TERM_COMMUNITYTAG));
if($terms) {
foreach($terms as $t) {
$term = htmlspecialchars($t['term'], ENT_COMPAT, 'UTF-8', false) ;