mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 15:16:16 +02:00
[ticket/12475] Error in db:update console command
PHPBB3-12475
This commit is contained in:
parent
b73d0bdbd6
commit
4bbace8c0d
@ -103,7 +103,7 @@ class migrate extends \phpbb\console\command\command
|
||||
|
||||
if ($orig_version != $this->config['version'])
|
||||
{
|
||||
$log->add('admin', 'LOG_UPDATE_DATABASE', $orig_version, $this->config['version']);
|
||||
$this->log->add('admin', 'LOG_UPDATE_DATABASE', $orig_version, $this->config['version']);
|
||||
}
|
||||
|
||||
$this->finalise_update();
|
||||
|
Loading…
x
Reference in New Issue
Block a user