]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
FormAction->showContent had to be 'protected'
authorMikael Nordfeldth <mmn@hethane.se>
Fri, 4 Jul 2014 09:22:32 +0000 (11:22 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Fri, 4 Jul 2014 09:22:32 +0000 (11:22 +0200)
lib/formaction.php

index 08cb3fe1470bfb4c9714a6812b3de92e0ffc4415..1740bd1b49c8dda080650f0ab1ed0bde013dd067 100644 (file)
@@ -105,7 +105,7 @@ class FormAction extends ManagedAction
         $this->showPage();
     }
 
-    public function showContent()
+    protected function showContent()
     {
         $form = $this->getForm();
         $form->show();