X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FModule%2FHashtag.php;h=c35a6440c0d3b379cdd3105cf39f2f3ca65860c7;hb=53b7e4b1021fff736f72abe15de9eff5fe65bd83;hp=82cfa1f847a6a25d0d1e6ea80ff01c5be3774992;hpb=7acb4b04343df31c2cc78214fae5429c66d95fb2;p=friendica.git diff --git a/src/Module/Hashtag.php b/src/Module/Hashtag.php index 82cfa1f847..c35a6440c0 100644 --- a/src/Module/Hashtag.php +++ b/src/Module/Hashtag.php @@ -31,7 +31,7 @@ class Hashtag extends BaseModule intval(TERM_HASHTAG) ); while ($tag = dba::fetch($taglist)) { - $result[] = ['text' => strtolower($tag['term'])]; + $result[] = ['text' => $tag['term']]; } dba::close($taglist);