mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12499] Incorrect call to phpbb\log\log::add() in db:migrate
https://tracker.phpbb.com/browse/PHPBB3-12499 PHPBB3-12499
This commit is contained in:
@@ -103,7 +103,7 @@ class migrate extends \phpbb\console\command\command
|
||||
|
||||
if ($orig_version != $this->config['version'])
|
||||
{
|
||||
$this->log->add('admin', 'LOG_UPDATE_DATABASE', $orig_version, $this->config['version']);
|
||||
$this->log->add('admin', ANONYMOUS, '', 'LOG_UPDATE_DATABASE', time(), array($orig_version, $this->config['version']));
|
||||
}
|
||||
|
||||
$this->finalise_update();
|
||||
|
Reference in New Issue
Block a user