]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/all.php
isReadOnly() now takes arguments
[quix0rs-gnu-social.git] / actions / all.php
index f5bbfe2e395c00138bdc990da56f01a9326a5bb8..69890a70ca351bd2ce54978d5e6dda076dbbe262 100644 (file)
@@ -25,7 +25,7 @@ require_once INSTALLDIR.'/lib/feedlist.php';
 
 class AllAction extends ProfileAction
 {
-    function isReadOnly()
+    function isReadOnly($args)
     {
         return true;
     }