Skip to content

Commit

Permalink
Make sure that installed is a boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvergessen committed May 23, 2016
1 parent 357d342 commit 7f1b8f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ public function upgrade() {

$this->emit('\OC\Updater', 'resetLogLevel', [ $logLevel, $this->logLevelNames[$logLevel] ]);
$this->config->setSystemValue('loglevel', $logLevel);
$this->config->setSystemValue('installed', true);

return $success;
}
Expand Down

0 comments on commit 7f1b8f2

Please sign in to comment.