mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
commit
494cd2de5f
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue