Merge pull request #22417 from owncloud/issue-22389-duplicate-output-message
Remove inaccurate "is already enabled" message
This commit is contained in:
commit
3e8b025f2f
1 changed files with 0 additions and 4 deletions
|
@ -70,10 +70,6 @@ class Enable extends Command {
|
|||
}
|
||||
|
||||
$groups = $input->getOption('groups');
|
||||
if ($this->manager->isInstalled($appId) && empty($groups)) {
|
||||
$output->writeln($appId . ' is already enabled');
|
||||
}
|
||||
|
||||
if (empty($groups)) {
|
||||
\OC_App::enable($appId);
|
||||
$output->writeln($appId . ' enabled');
|
||||
|
|
Loading…
Reference in a new issue