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