Make sure that installed is a boolean
This commit is contained in:
parent
357d342467
commit
7f1b8f22d4
|
@ -168,6 +168,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