diff --git a/application/forms/Setup/ModulePage.php b/application/forms/Setup/ModulePage.php index 70b5864c7..38c7b1528 100644 --- a/application/forms/Setup/ModulePage.php +++ b/application/forms/Setup/ModulePage.php @@ -47,7 +47,7 @@ class ModulePage extends Form } } else { $wizard = $this->getCurrentWizard(); - $wizardPage = $wizard->getForm(); + $wizardPage = $wizard->getCurrentPage(); if (false === $wizard->isFinished() || $wizardPage->wasSent($wizardPage->getRequestData($request))) { $wizard->handleRequest($request);