Strip strtolower from Module\Hashtag
This commit is contained in:
@@ -31,7 +31,7 @@ class Hashtag extends BaseModule
|
|||||||
intval(TERM_HASHTAG)
|
intval(TERM_HASHTAG)
|
||||||
);
|
);
|
||||||
while ($tag = dba::fetch($taglist)) {
|
while ($tag = dba::fetch($taglist)) {
|
||||||
$result[] = ['text' => strtolower($tag['term'])];
|
$result[] = ['text' => $tag['term']];
|
||||||
}
|
}
|
||||||
dba::close($taglist);
|
dba::close($taglist);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user