X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapilistsubscriber.php;h=a19ceec2fd93b18cf92550a04aedbc8a698b5045;hb=d6b28c64830f632bb2f4b6f3c9369b9e56ad217a;hp=f5cda15ae94aa8ce17d47b74f1d797ac722536f8;hpb=29d0871e5a5b2561387bcad40ef4644ee1c2be08;p=quix0rs-gnu-social.git diff --git a/actions/apilistsubscriber.php b/actions/apilistsubscriber.php index f5cda15ae9..a19ceec2fd 100644 --- a/actions/apilistsubscriber.php +++ b/actions/apilistsubscriber.php @@ -33,7 +33,7 @@ class ApiListSubscriberAction extends ApiBareAuthAction { var $list = null; - function prepare($args) + function prepare(array $args=array()) { parent::prepare($args); @@ -52,7 +52,7 @@ class ApiListSubscriberAction extends ApiBareAuthAction return true; } - function handle($args) + function handle(array $args=array()) { parent::handle($args);