X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FHashtag.php;h=0c4c41c7e17c002334069025c9a17b8f82ed2333;hb=e1863951986ba5be173758324a00652bc5af870c;hp=06c6374e3435020ab9f86f8b2ae102bfa2e6c1c0;hpb=43b8bdea07c2e7f49d2314f909524d154ce9346b;p=friendica.git diff --git a/src/Module/Hashtag.php b/src/Module/Hashtag.php index 06c6374e34..0c4c41c7e1 100644 --- a/src/Module/Hashtag.php +++ b/src/Module/Hashtag.php @@ -1,6 +1,6 @@ ['name'], 'limit' => 100] ); while ($tag = DBA::fetch($taglist)) { - $result[] = ['text' => $tag['term']]; + $result[] = ['text' => $tag['name']]; } DBA::close($taglist);