Remove inaccurate "is already enabled" message

remotes/origin/users-ajaxloadgroups
Joas Schilling 10 years ago
parent 1cb3583a9a
commit 4eef8afe9b
  1. 4
      core/command/app/enable.php

@ -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…
Cancel
Save