From 0c5af7ea245ffd714d3b3e385bee7e0f9e64d984 Mon Sep 17 00:00:00 2001 From: fbsanchez <fborja.sanchez@artica.es> Date: Mon, 11 Nov 2019 13:46:42 +0100 Subject: [PATCH] minor fixes --- pandora_console/include/class/WelcomeWindow.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pandora_console/include/class/WelcomeWindow.class.php b/pandora_console/include/class/WelcomeWindow.class.php index 951e1f7986..a2a2b156f3 100644 --- a/pandora_console/include/class/WelcomeWindow.class.php +++ b/pandora_console/include/class/WelcomeWindow.class.php @@ -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) {