X-Git-Url: https://git.mxchange.org/?p=quix0rs-gnu-social.git;a=blobdiff_plain;f=actions%2Fblockedfromgroup.php;h=ce7e1df8319257bddf3246e7e36b69b5e7dffdb5;hp=a2e7c5767f64be9610681f638be8ef899140ff0a;hb=72c86913a427e4626b8b43cb725a65cd7f7a0f3c;hpb=c4cd4ec1658de0de30b703437c31c73206b6cf69 diff --git a/actions/blockedfromgroup.php b/actions/blockedfromgroup.php index a2e7c5767f..ce7e1df831 100644 --- a/actions/blockedfromgroup.php +++ b/actions/blockedfromgroup.php @@ -44,7 +44,7 @@ class BlockedfromgroupAction extends GroupAction { var $page = null; - function isReadOnly($args) + function isReadOnly(array $args=array()) { return true; }