From: Mikael Nordfeldth Date: Fri, 4 Jul 2014 09:22:32 +0000 (+0200) Subject: FormAction->showContent had to be 'protected' X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a35838be9e34d2e2e3a407e16cee60fb65943a2d;p=quix0rs-gnu-social.git FormAction->showContent had to be 'protected' --- 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();