1
0
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:
Tristan Darricau
2015-09-15 21:24:28 +02:00
committed by Tristan Darricau
parent 178f0e1639
commit 560d4729f9
2 changed files with 3 additions and 1 deletions

View File

@@ -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)
{