aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/modules/acp/acp_users.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/modules/acp/acp_users.php')
-rw-r--r--phpBB/modules/acp/acp_users.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/modules/acp/acp_users.php b/phpBB/modules/acp/acp_users.php
index c012612a24..54296c386c 100644
--- a/phpBB/modules/acp/acp_users.php
+++ b/phpBB/modules/acp/acp_users.php
@@ -971,6 +971,7 @@ class acp_users
{
$sql = 'DELETE FROM ' . LOG_TABLE . '
WHERE log_type = ' . LOG_USERS . "
+ AND reportee_id = $user_id
$where_sql";
phpbb::$db->sql_query($sql);