]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/groupqueue.php
Improved type-hint for following methods:
[quix0rs-gnu-social.git] / actions / groupqueue.php
index c50eff36f83c5bc9279bacdc5d3095db15000ec0..e3e719f38abc296afa073616dc15d5708e9e69e2 100644 (file)
@@ -47,7 +47,7 @@ class GroupqueueAction extends GroupAction
 {
     var $page = null;
 
-    function isReadOnly($args)
+    function isReadOnly(array $args=array())
     {
         return true;
     }