X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fapilists.php;h=129691a3b42f8c58b09835c38b906c179f12dea4;hb=d6b28c64830f632bb2f4b6f3c9369b9e56ad217a;hp=ac76c744d7b7baf9988e3f32457d85b5a002f8b7;hpb=29d0871e5a5b2561387bcad40ef4644ee1c2be08;p=quix0rs-gnu-social.git diff --git a/actions/apilists.php b/actions/apilists.php index ac76c744d7..129691a3b4 100644 --- a/actions/apilists.php +++ b/actions/apilists.php @@ -61,7 +61,7 @@ class ApiListsAction extends ApiBareAuthAction * * @return boolean success flag */ - protected function prepare($args) + protected function prepare(array $args=array()) { parent::prepare($args); @@ -188,7 +188,7 @@ class ApiListsAction extends ApiBareAuthAction $this->prev_cursor) = Profile_list::getAtCursor($fn, array($this->auth_user), $cursor, $count); } - function isReadOnly($args) + function isReadOnly(array $args=array()) { return false; }