X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FHashtag.php;h=471515e6296ea4cccdc63a0833454b035a720eb6;hb=925c30280c853c152f465d64065a6749ec5939fa;hp=8c1dad4afd3702767e904d9ae8aa1aff226ec96d;hpb=9fb035ee7926a0836e38e6e56e7be59ae3b9b3c1;p=friendica.git diff --git a/src/Module/Hashtag.php b/src/Module/Hashtag.php index 8c1dad4afd..471515e629 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); System::jsonExit($result); + + return ''; } }