aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/install.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-03-02 11:53:20 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-12-03 14:23:34 +0100
commitffe900c72d358ba0337c607f2ed76f893715f686 (patch)
treebcfb0cfd4ee8309cbc25e3664ca79d495677afb8 /phpBB/language/en/install.php
parent69dece6197d6289199a713e7db57cc80574aae69 (diff)
downloadforums-ffe900c72d358ba0337c607f2ed76f893715f686.tar
forums-ffe900c72d358ba0337c607f2ed76f893715f686.tar.gz
forums-ffe900c72d358ba0337c607f2ed76f893715f686.tar.bz2
forums-ffe900c72d358ba0337c607f2ed76f893715f686.tar.xz
forums-ffe900c72d358ba0337c607f2ed76f893715f686.zip
[ticket/14492] Define extensions to install in config not via cli argument
PHPBB3-14492
Diffstat (limited to 'phpBB/language/en/install.php')
-rw-r--r--phpBB/language/en/install.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index 054bc0a182..45ed51f641 100644
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -330,7 +330,6 @@ $lang = array_merge($lang, array(
$lang = array_merge($lang, array(
'CLI_INSTALL_BOARD' => 'Install phpBB',
'CLI_UPDATE_BOARD' => 'Update phpBB',
- 'CLI_INSTALL_EXTENSIONS' => 'Extensions to install. Multiple extensions can be specified using a comma separated list.',
'CLI_INSTALL_SHOW_CONFIG' => 'Show the configuration which will be used',
'CLI_INSTALL_VALIDATE_CONFIG' => 'Validate a configuration file',
'CLI_CONFIG_FILE' => 'Config file to use',