🐛 method call correction

- do no longer provide a parameter absent from the signature
This commit is contained in:
bruno DA SILVA
2018-12-26 15:25:04 +01:00
parent 75d5630164
commit ca48e8ff92

View File

@@ -77,7 +77,7 @@ class WizStepWelcome extends WizardStep
EOF
);
$oPage->add('<h1>'.ITOP_APPLICATION.' Installation Wizard</h1>');
$aResults = SetupUtils::CheckPhpAndExtensions($oPage);
$aResults = SetupUtils::CheckPhpAndExtensions();
$this->bCanMoveForward = true;
$aInfo = array();
$aWarnings = array();