Make sure that installed is a boolean

This commit is contained in:
Joas Schilling 2016-05-23 10:09:22 +02:00
parent ad81dff3b4
commit 3c73e54eb9
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}