mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/14278] Check if user_id is set and fall back to ANONYMOUS
PHPBB3-14278
This commit is contained in:
@@ -172,7 +172,7 @@ class update extends task_base
|
||||
{
|
||||
$this->log->add(
|
||||
'admin',
|
||||
$this->user->data['user_id'],
|
||||
(isset($this->user->data['user_id'])) ? $this->user->data['user_id'] : ANONYMOUS,
|
||||
$this->user->ip,
|
||||
'LOG_UPDATE_DATABASE',
|
||||
false,
|
||||
|
Reference in New Issue
Block a user