QuickForm: fix broken submit button
This commit is contained in:
parent
87f88bf0c7
commit
9fc3957f11
|
@ -447,8 +447,8 @@ abstract class QuickForm extends QuickBaseForm
|
|||
}
|
||||
|
||||
$this->request = $request;
|
||||
$this->onRequest();
|
||||
$this->prepareElements();
|
||||
$this->onRequest();
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue