FormAction->showContent had to be 'protected'

This commit is contained in:
Mikael Nordfeldth 2014-07-04 11:22:32 +02:00
parent 53b794342c
commit a35838be9e
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class FormAction extends ManagedAction
$this->showPage(); $this->showPage();
} }
public function showContent() protected function showContent()
{ {
$form = $this->getForm(); $form = $this->getForm();
$form->show(); $form->show();