mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge pull request #2381 from Nicofuma/ticket/12475
[ticket/12475] Undefined variable $log in db:migrate console command * Nicofuma/ticket/12475: [ticket/12475] Error in db:update console command
This commit is contained in:
commit
ab1c181620
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'])
|
||||
{
|
||||
$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…
Add table
Reference in a new issue