mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[ticket/11150] Small fix
PHPBB3-11150
This commit is contained in:
parent
178f0e1639
commit
560d4729f9
2 changed files with 3 additions and 1 deletions
|
@ -156,6 +156,8 @@ $lang = array_merge($lang, array(
|
||||||
'ENABLE_PACKAGIST' => 'Enable Packagist usage',
|
'ENABLE_PACKAGIST' => 'Enable Packagist usage',
|
||||||
'ENABLE_PACKAGIST_EXPLAIN' => 'TODO: text explaining why packagist shouldn\'t be enabled, dev usage, etc...',
|
'ENABLE_PACKAGIST_EXPLAIN' => 'TODO: text explaining why packagist shouldn\'t be enabled, dev usage, etc...',
|
||||||
'ENABLE_PACKAGIST_CONFIRM' => 'TODO: are you sure you ant to enable packagist?',
|
'ENABLE_PACKAGIST_CONFIRM' => 'TODO: are you sure you ant to enable packagist?',
|
||||||
|
'COMPOSER_REPOSITORIES' => 'Repositories',
|
||||||
|
'COMPOSER_REPOSITORIES_EXPLAIN' => 'TODO: One repo per line',
|
||||||
|
|
||||||
'EXTENSION_MANAGED_SUCCESS' => 'The extension %s is now managed automatically.',
|
'EXTENSION_MANAGED_SUCCESS' => 'The extension %s is now managed automatically.',
|
||||||
'EXTENSIONS_INSTALLED' => 'Extensions successfully installed.',
|
'EXTENSIONS_INSTALLED' => 'Extensions successfully installed.',
|
||||||
|
|
|
@ -275,7 +275,7 @@ class extension_manager extends manager
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
$io->writeError('ENABLING_EXTENSION', true, 1);
|
$io->writeError('ENABLING_EXTENSION', true, 1);
|
||||||
$this->extension_manager->enabling($package);
|
$this->extension_manager->enable($package);
|
||||||
}
|
}
|
||||||
catch (\Exception $e)
|
catch (\Exception $e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue