mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/15123] removed blank spaces
PHPBB3-15123
This commit is contained in:
parent
891aab0593
commit
68c167fe7a
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ class disable extends command
|
||||||
$io->error($this->user->lang('CLI_EXTENSION_ALREADY_DISABLED', $name));
|
$io->error($this->user->lang('CLI_EXTENSION_ALREADY_DISABLED', $name));
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->manager->disable($name);
|
$this->manager->disable($name);
|
||||||
$this->manager->load_extensions();
|
$this->manager->load_extensions();
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,7 @@ class enable extends command
|
||||||
$io->error($this->user->lang('CLI_EXTENSION_ALREADY_ENABLED', $name));
|
$io->error($this->user->lang('CLI_EXTENSION_ALREADY_ENABLED', $name));
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->manager->enable($name);
|
$this->manager->enable($name);
|
||||||
$this->manager->load_extensions();
|
$this->manager->load_extensions();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue