summaryrefslogtreecommitdiff
path: root/public/users.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/users.php')
-rw-r--r--public/users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/users.php b/public/users.php
index 2de3ed2..f388dab 100644
--- a/public/users.php
+++ b/public/users.php
@@ -323,7 +323,7 @@ if ($is_json) {
<!-- ACTIONS -->
<section class="box column">
<a href="/message/send.php?user=<?php echo $user->id() ?>">Send a message</a>
- <a href="/report.php?user=<?php echo $user->id() ?>">Report user</a>
+ <a href="/report?user_id=<?php echo $user->id() ?>">Report user</a>
</section>
</section>