minor fixes

This commit is contained in:
fbsanchez 2019-11-11 13:46:42 +01:00
parent 430af38fa6
commit 0c5af7ea24
1 changed files with 3 additions and 0 deletions

View File

@ -789,6 +789,9 @@ class WelcomeWindow extends Wizard
// Finished! do not show.
$this->setStep(WELCOME_FINISHED);
return false;
} else if (empty($sec2) === true) {
// Pending tasks.
return true;
}
if ($this->step === WELCOME_FINISHED) {