mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge pull request #5277 from ghostal/ticket/15717
[ticket/15717] Using correct variable for log entry * github.com:/phpbb/phpbb: [ticket/15717] Using correct variable for log entry
This commit is contained in:
commit
b0df5e31cf
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ class ucp_profile
|
||||||
$phpbb_log->add('user', $user->data['user_id'], $user->ip, 'LOG_USER_UPDATE_EMAIL', false, array(
|
$phpbb_log->add('user', $user->data['user_id'], $user->ip, 'LOG_USER_UPDATE_EMAIL', false, array(
|
||||||
'reportee_id' => $user->data['user_id'],
|
'reportee_id' => $user->data['user_id'],
|
||||||
$user->data['username'],
|
$user->data['username'],
|
||||||
$data['user_email'],
|
$user->data['user_email'],
|
||||||
$data['email']
|
$data['email']
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue