diff options
Diffstat (limited to 'users.php')
| -rw-r--r-- | users.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>'; |
