]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/public.php
Only start daemons that are required, according to the site config. There is the...
[quix0rs-gnu-social.git] / actions / public.php
index 961606908db126c3977a35d4eac1ddc2ca2eeb49..d2f9da6460f86d0decf408200fb9c4ab8f221e87 100644 (file)
@@ -56,19 +56,7 @@ class PublicAction extends Action
 
     var $page = null;
 
-    /**
-     * Number of notices being shown on this page.
-     */
-    //    Does this need to be here? Should it be?
-    //    If it does, this property needs to be
-    //    added to other actions as well, like $page.
-    //    I'm trying to find a way to capture the
-    //    output of the $cnt variable from this
-    //    action's showContent() method but need
-    //    to do so earlier, I think...?
-    var $count = null;
-
-    function isReadOnly()
+    function isReadOnly($args)
     {
         return true;
     }