minor fixes
This commit is contained in:
parent
430af38fa6
commit
0c5af7ea24
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue