]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/userbyid.php
Only start daemons that are required, according to the site config. There is the...
[quix0rs-gnu-social.git] / actions / userbyid.php
index 8b0aec057341e5225945acafcec357f01a80c54a..4a985fcd7220c842f6b99efc9dcc597f21e959bd 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+
 /**
  * User by ID action class.
  *
@@ -10,6 +11,7 @@
  * @author   Robin Millette <millette@controlyourself.ca>
  * @license  http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
  * @link     http://laconi.ca/
+
  * Laconica - a distributed open-source microblogging tool
  * Copyright (C) 2008, Controlez-Vous, Inc.
  *
@@ -48,7 +50,7 @@ class UserbyidAction extends Action
      * 
      * @return boolean true
      */
-    function isReadOnly()
+    function isReadOnly($args)
     {                
         return true;
     }