1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-07 01:13:53 +02:00

Merge branch '3.2.x'

* 3.2.x:
  [ticket/15717] Using correct variable for log entry
This commit is contained in:
Tristan Darricau 2018-07-08 18:21:46 +02:00
commit 187e598236

@ -159,7 +159,7 @@ class ucp_profile
$phpbb_log->add('user', $user->data['user_id'], $user->ip, 'LOG_USER_UPDATE_EMAIL', false, array(
'reportee_id' => $user->data['user_id'],
$user->data['username'],
$data['user_email'],
$user->data['user_email'],
$data['email']
));
}