]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/userbyid.php
move openid docs to OpenID plugin dir
[quix0rs-gnu-social.git] / actions / userbyid.php
index 1e30d1aac3d1249683ba51b775028f268b4f36f7..8b686ae106379be2ac4d5faded06e80123017eed 100644 (file)
@@ -13,7 +13,7 @@
  * @link     http://laconi.ca/
 
  * Laconica - a distributed open-source microblogging tool
- * Copyright (C) 2008, Controlez-Vous, Inc.
+ * Copyright (C) 2008, 2009, Control Yourself, Inc.
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as published by
@@ -50,7 +50,7 @@ class UserbyidAction extends Action
      * 
      * @return boolean true
      */
-    function isReadOnly()
+    function isReadOnly($args)
     {                
         return true;
     }