From a35838be9e34d2e2e3a407e16cee60fb65943a2d Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Fri, 4 Jul 2014 11:22:32 +0200 Subject: [PATCH] FormAction->showContent had to be 'protected' --- lib/formaction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/formaction.php b/lib/formaction.php index 08cb3fe147..1740bd1b49 100644 --- a/lib/formaction.php +++ b/lib/formaction.php @@ -105,7 +105,7 @@ class FormAction extends ManagedAction $this->showPage(); } - public function showContent() + protected function showContent() { $form = $this->getForm(); $form->show(); -- 2.39.5