mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/12475] Error in db:update console command
PHPBB3-12475
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user