]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/tagrss.php
jabberqueuehandler uses commandline stuff
[quix0rs-gnu-social.git] / actions / tagrss.php
index a77fa12c984c5a00b18037664eaa0565db15564e..f69374fcac9d932e4a1394020422d2fba39f4301 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  * 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
@@ -65,7 +65,7 @@ class TagrssAction extends Rss10Action
         return $c;
     }
 
-    function isReadOnly()
+    function isReadOnly($args)
     {
         return true;
     }