X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FHashtag.php;h=0c4c41c7e17c002334069025c9a17b8f82ed2333;hb=96d2cddb54f3ea3ead6e43e5ca1f814ed6327987;hp=8c1dad4afd3702767e904d9ae8aa1aff226ec96d;hpb=2768ece6907dafbda96e2b523def4a2a74b86f79;p=friendica.git diff --git a/src/Module/Hashtag.php b/src/Module/Hashtag.php index 8c1dad4afd..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);