mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
Remove inaccurate "is already enabled" message
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user