From fb28de971cd35bb96e0e9e57dc6d1bbcc5b9c102 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Mon, 10 Jul 2017 13:23:03 +0000 Subject: [PATCH] Remove a warning at the end of the setup... SVN:trunk[4823] --- setup/wizardsteps.class.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/wizardsteps.class.inc.php b/setup/wizardsteps.class.inc.php index 63e17383b..f8efc2473 100644 --- a/setup/wizardsteps.class.inc.php +++ b/setup/wizardsteps.class.inc.php @@ -1807,6 +1807,8 @@ EOF } } $aSteps[] = $aStepDefinition; + + $this->oWizard->SetParameter('additional_extensions_modules', json_encode(array())); } if (array_key_exists($index, $aSteps))