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:
parent
891aab0593
commit
68c167fe7a
@ -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();
|
||||
|
||||
|
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user