diff options
Diffstat (limited to 'public/emotes/index.php')
| -rw-r--r-- | public/emotes/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/emotes/index.php b/public/emotes/index.php index b3834c3..b9b3e2b 100644 --- a/public/emotes/index.php +++ b/public/emotes/index.php @@ -217,7 +217,7 @@ if (CLIENT_REQUIRES_JSON) { } } ?> - <a class="button red" href="/emotes/report.php?id=<?php echo $emote->get_id() ?>">Report + <a class="button red" href="/report?emote_id=<?php echo $emote->get_id() ?>">Report emote</a> </div> <?php |
