mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-19 17:58:51 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12499] Incorrect call to phpbb\log\log::add() in db:migrate
This commit is contained in:
commit
fed96a9e7a
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'])
|
||||||
{
|
{
|
||||||
$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();
|
$this->finalise_update();
|
||||||
|
|
Loading…
Add table
Reference in a new issue