aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
authorNicofuma <github@nicofuma.fr>2014-05-02 19:40:18 +0200
committerNicofuma <github@nicofuma.fr>2014-05-02 19:40:18 +0200
commit4bbace8c0d9ed9810c85604cad7bf383e827fc5f (patch)
tree6f7f88726ba3cf5839f71b2031c5e8df5f751ea3 /phpBB/phpbb
parentb73d0bdbd671f8a301fda52584bfeaf904551e2d (diff)
downloadforums-4bbace8c0d9ed9810c85604cad7bf383e827fc5f.tar
forums-4bbace8c0d9ed9810c85604cad7bf383e827fc5f.tar.gz
forums-4bbace8c0d9ed9810c85604cad7bf383e827fc5f.tar.bz2
forums-4bbace8c0d9ed9810c85604cad7bf383e827fc5f.tar.xz
forums-4bbace8c0d9ed9810c85604cad7bf383e827fc5f.zip
[ticket/12475] Error in db:update console command
PHPBB3-12475
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/console/command/db/migrate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/db/migrate.php b/phpBB/phpbb/console/command/db/migrate.php
index 79a803e8fb..4c7284bc18 100644
--- a/phpBB/phpbb/console/command/db/migrate.php
+++ b/phpBB/phpbb/console/command/db/migrate.php
@@ -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();