X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FHashtag.php;h=dd0c94d8fa33d1e891fffdace52bc03f38c874a1;hb=8038c1b04ffa723ebd28610fb72927d8d21b3577;hp=50719774fb51cb5f3595e8c3adf5e7567b62e756;hpb=d09b3f5bdeae444f785f6283e55dbf2f61caadac;p=friendica.git diff --git a/src/Module/Hashtag.php b/src/Module/Hashtag.php index 50719774fb..dd0c94d8fa 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 ''; } }