FormAction->showContent had to be 'protected'
This commit is contained in:
parent
53b794342c
commit
a35838be9e
|
@ -105,7 +105,7 @@ class FormAction extends ManagedAction
|
|||
$this->showPage();
|
||||
}
|
||||
|
||||
public function showContent()
|
||||
protected function showContent()
|
||||
{
|
||||
$form = $this->getForm();
|
||||
$form->show();
|
||||
|
|
Loading…
Reference in New Issue
Block a user