summaryrefslogtreecommitdiff
path: root/users.php
diff options
context:
space:
mode:
Diffstat (limited to 'users.php')
-rw-r--r--users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/users.php b/users.php
index 7aa0439..359056a 100644
--- a/users.php
+++ b/users.php
@@ -514,7 +514,7 @@ if ($is_json) {
echo " $preposition <a href=\"";
if ($es_stmt->rowCount() == 1) {
- echo '/emotesets.php?id=' . $payload["emoteset"]["id"];
+ echo '/emotesets/?id=' . $payload["emoteset"]["id"];
}
echo '">' . $payload["emoteset"]["name"] . '</a>';