mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +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));
|
$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();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user