mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-24 17:40:43 +01:00
[ticket/11150] Small fix
PHPBB3-11150
This commit is contained in:
parent
178f0e1639
commit
560d4729f9
@ -156,6 +156,8 @@ $lang = array_merge($lang, array(
|
||||
'ENABLE_PACKAGIST' => 'Enable Packagist usage',
|
||||
'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?',
|
||||
'COMPOSER_REPOSITORIES' => 'Repositories',
|
||||
'COMPOSER_REPOSITORIES_EXPLAIN' => 'TODO: One repo per line',
|
||||
|
||||
'EXTENSION_MANAGED_SUCCESS' => 'The extension %s is now managed automatically.',
|
||||
'EXTENSIONS_INSTALLED' => 'Extensions successfully installed.',
|
||||
|
@ -275,7 +275,7 @@ class extension_manager extends manager
|
||||
try
|
||||
{
|
||||
$io->writeError('ENABLING_EXTENSION', true, 1);
|
||||
$this->extension_manager->enabling($package);
|
||||
$this->extension_manager->enable($package);
|
||||
}
|
||||
catch (\Exception $e)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user