mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
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…
x
Reference in New Issue
Block a user