]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showgroup.php
Improved type-hint for following methods:
[quix0rs-gnu-social.git] / actions / showgroup.php
index e2b5e8d547cb6ac8eea41e8f7e1f3c0592ace1df..3bfeac33443cc4051bb1adc7b7517a4a26d3dea4 100644 (file)
@@ -56,7 +56,7 @@ class ShowgroupAction extends GroupAction
      *
      * @return boolean true
      */
-    function isReadOnly($args)
+    function isReadOnly(array $args=array())
     {
         return true;
     }