Merge pull request #4970 from franga2000/patch-1

Fixed typo
This commit is contained in:
Lukas Reschke 2017-05-19 16:19:52 +02:00 committed by GitHub
commit 494cd2de5f

View file

@ -98,7 +98,7 @@ class Application {
} elseif ($this->config->getSystemValue('maintenance', false)) {
if ($input->getArgument('command') !== '_completion') {
$errOutput = $output->getErrorOutput();
$errOutput->writeln('<comment>Nextcloud is in maintenance mode - no app have been loaded</comment>' . PHP_EOL);
$errOutput->writeln('<comment>Nextcloud is in maintenance mode - no apps have been loaded</comment>' . PHP_EOL);
}
} else {
OC_App::loadApps();