This commit is contained in:
Molkobain
2022-07-11 17:17:25 +02:00
parent 73af605892
commit d9dabf25da
2 changed files with 9 additions and 3 deletions

View File

@@ -708,6 +708,11 @@ class WizStepLicense extends WizardStep
return array('class' => 'WizStepDBParams', 'state' => '');
}
/**
* @return bool
* @throws \Exception
* @since 2.7.7 3.0.2 3.1.0
*/
private function NeedsRgpdConsent()
{
$sMode = $this->oWizard->GetParameter('install_mode');