mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-13 06:48:52 +00:00
[ticket/12475] Error in db:update console command
PHPBB3-12475
This commit is contained in:
parent
b73d0bdbd6
commit
4bbace8c0d
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class migrate extends \phpbb\console\command\command
|
||||||
|
|
||||||
if ($orig_version != $this->config['version'])
|
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();
|
$this->finalise_update();
|
||||||
|
|
Loading…
Add table
Reference in a new issue