QuickForm: fix broken submit button

This commit is contained in:
Thomas Gelf 2017-01-02 10:49:14 +01:00
parent 87f88bf0c7
commit 9fc3957f11
1 changed files with 1 additions and 1 deletions

View File

@ -447,8 +447,8 @@ abstract class QuickForm extends QuickBaseForm
}
$this->request = $request;
$this->onRequest();
$this->prepareElements();
$this->onRequest();
return $this;
}