]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/newapplication.php
FormAction wants getInstructions to be protected
[quix0rs-gnu-social.git] / actions / newapplication.php
index c3e6f2d2449d6fd37c386c73989adcd97be57f00..37bede0d72f3c547a3a4e3eb15bde6253c831d00 100644 (file)
@@ -66,7 +66,7 @@ class NewApplicationAction extends FormAction
         return new ApplicationEditForm($this);
     }
 
-    public function getInstructions()
+    protected function getInstructions()
     {
         // TRANS: Form instructions for registering a new application.
         return _('Use this form to register a new application.');