aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-06-11 16:44:15 +0200
committerMarc Alexander <admin@m-a-styles.de>2017-06-11 16:44:15 +0200
commitc830af48bdc540617c4a287f42ee99cf7cf514d1 (patch)
treece32f05bffd341d3e14cadcd16303421719d9157 /phpBB/phpbb/console/command
parent474cbe05743e66b1a997642200cca7ba3ebe519a (diff)
parente2c0356f34bed706ca1dcf8fc0844109d764b935 (diff)
downloadforums-c830af48bdc540617c4a287f42ee99cf7cf514d1.tar
forums-c830af48bdc540617c4a287f42ee99cf7cf514d1.tar.gz
forums-c830af48bdc540617c4a287f42ee99cf7cf514d1.tar.bz2
forums-c830af48bdc540617c4a287f42ee99cf7cf514d1.tar.xz
forums-c830af48bdc540617c4a287f42ee99cf7cf514d1.zip
Merge pull request #4799 from marc1706/ticket/15179
[ticket/15179] Update dependencies and fix compatibility with newer twig
Diffstat (limited to 'phpBB/phpbb/console/command')
-rw-r--r--phpBB/phpbb/console/command/update/check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/update/check.php b/phpBB/phpbb/console/command/update/check.php
index ed8ad79eea..9ced651e8b 100644
--- a/phpBB/phpbb/console/command/update/check.php
+++ b/phpBB/phpbb/console/command/update/check.php
@@ -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);
}
}