Skip to content
Snippets Groups Projects
Commit 4eef8afe authored by Joas Schilling's avatar Joas Schilling
Browse files

Remove inaccurate "is already enabled" message

parent 1cb3583a
Branches
No related tags found
No related merge requests found
......@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment