]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/doc.php
added missing conversation column to group by
[quix0rs-gnu-social.git] / actions / doc.php
index ebffb7c1542fc64843d635b7a19c310c689f20f5..54ae1380362b618f2ea22e0bfe78c1dd0aaca77e 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
@@ -108,7 +108,7 @@ class DocAction extends Action
         return ucfirst($this->title);
     }
 
-    function isReadOnly()
+    function isReadOnly($args)
     {
         return true;
     }