1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-22 08:30:26 +01:00

[ticket/15123] removed blank spaces

PHPBB3-15123
This commit is contained in:
Rubén Calvo 2017-03-11 20:39:16 +01:00
parent 891aab0593
commit 68c167fe7a
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ class disable extends command
$io->error($this->user->lang('CLI_EXTENSION_ALREADY_DISABLED', $name));
return 1;
}
$this->manager->disable($name);
$this->manager->load_extensions();

View File

@ -43,7 +43,7 @@ class enable extends command
$io->error($this->user->lang('CLI_EXTENSION_ALREADY_ENABLED', $name));
return 1;
}
$this->manager->enable($name);
$this->manager->load_extensions();