X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FHashtag.php;h=0c4c41c7e17c002334069025c9a17b8f82ed2333;hb=e1863951986ba5be173758324a00652bc5af870c;hp=50719774fb51cb5f3595e8c3adf5e7567b62e756;hpb=85dc9bb96b30819fcf544c9aa1013a8f380d6981;p=friendica.git diff --git a/src/Module/Hashtag.php b/src/Module/Hashtag.php index 50719774fb..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);