1
0
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:
Marc Alexander
2015-11-09 15:27:10 +01:00
parent 5739317567
commit d77455309b

View File

@@ -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,