Remove inaccurate "is already enabled" message

This commit is contained in:
Joas Schilling 2016-02-16 10:59:06 +01:00
parent 1cb3583a9a
commit 4eef8afe9b
1 changed files with 0 additions and 4 deletions

View File

@ -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');