diff options
Diffstat (limited to 'core/Command/Background/Base.php')
-rw-r--r-- | core/Command/Background/Base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Background/Base.php b/core/Command/Background/Base.php index 48d9edb8c8a..a00a8fe4c51 100644 --- a/core/Command/Background/Base.php +++ b/core/Command/Background/Base.php @@ -71,7 +71,7 @@ abstract class Base extends Command { */ protected function execute(InputInterface $input, OutputInterface $output) { $mode = $this->getMode(); - $this->config->setAppValue( 'core', 'backgroundjobs_mode', $mode ); + $this->config->setAppValue('core', 'backgroundjobs_mode', $mode); $output->writeln("Set mode for background jobs to '$mode'"); } } |