summaryrefslogtreecommitdiff
path: root/users.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-12-09 16:50:07 +0500
committerilotterytea <iltsu@alright.party>2025-12-09 16:50:07 +0500
commit8925a9526a1d3eac914030b3069713f56c37e55a (patch)
tree2811f088ab13168658d8ac8ba9f15d01ffb49249 /users.php
parent77c7d534f46392f62b56305ec8b71eecff3b9221 (diff)
feat: emoteset editors
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>';