1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-23 00:50:30 +01:00

[ticket/15717] Using correct variable for log entry

PHPBB3-15717
This commit is contained in:
Alex Miles 2018-07-04 01:23:30 +01:00
parent 9b56a28be0
commit a6fb2a6b8e

View File

@ -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']
));
}