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