Make sure that installed is a boolean
This commit is contained in:
parent
ad81dff3b4
commit
3c73e54eb9
|
@ -227,6 +227,7 @@ class Updater extends BasicEmitter {
|
|||
|
||||
$this->emit('\OC\Updater', 'resetLogLevel', [ $logLevel, $this->logLevelNames[$logLevel] ]);
|
||||
$this->config->setSystemValue('loglevel', $logLevel);
|
||||
$this->config->setSystemValue('installed', true);
|
||||
|
||||
return $success;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue