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