]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Action->showContent now defined as protected
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 18 May 2014 18:47:30 +0000 (20:47 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 18 May 2014 18:47:30 +0000 (20:47 +0200)
All the rendering functions should only be called form within the Action.

lib/action.php

index 402e73c19d8b83959609bc1c8d66884bc7ae1a32..12137df06e18cd99487ef0eb83f3194f30044a1d 100644 (file)
@@ -971,7 +971,7 @@ class Action extends HTMLOutputter // lawsuit
      *
      * @return nothing
      */
-    function showContent()
+    protected function showContent()
     {
     }