aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Hashtags.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Module/Hashtags.php')
-rw-r--r--Zotlabs/Module/Hashtags.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Hashtags.php b/Zotlabs/Module/Hashtags.php
index edb631871..300485196 100644
--- a/Zotlabs/Module/Hashtags.php
+++ b/Zotlabs/Module/Hashtags.php
@@ -18,7 +18,7 @@ class Hashtags extends \Zotlabs\Web\Controller {
);
if($r) {
foreach($r as $rv) {
- $result[] = [ 'text' => strtolower($rv['term']) ];
+ $result[] = [ 'text' => $rv['term'] ];
}
}