mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
Do not use getForm() but getCurrentPage() to avoid page creation
refs #7163
This commit is contained in:
parent
3206ded18c
commit
e5512f586f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user