mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/11150] Small fix
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
178f0e1639
commit
560d4729f9
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user