X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FHashtag.php;h=0c4c41c7e17c002334069025c9a17b8f82ed2333;hb=649bbaa4c3d28cdf4cb8544ff2f92ba493023953;hp=8c1dad4afd3702767e904d9ae8aa1aff226ec96d;hpb=7f5f68a9048644ffbc3ce4fb94e56c0dae480d0c;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);