mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/15123] removed blank spaces
PHPBB3-15123
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user