1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander
2017-06-11 19:09:02 +02:00
5 changed files with 394 additions and 287 deletions

View File

@@ -325,7 +325,7 @@ class check extends \phpbb\console\command\command
$io->table([
$this->language->lang('VERSION'),
$this->language->lang('ANNOUNCEMENT_TOPIC'),
$this->language->lang('DOWNLOAD_LATEST'),
$this->language->lang('DOWNLOAD_LATEST'),
], $rows);
}
}