X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapiconversation.php;h=728d62c24b6f7f9a2c7a3c3dfb431183627b6dc1;hb=d6b28c64830f632bb2f4b6f3c9369b9e56ad217a;hp=7de7b668379bbb2cd7a505162f73a888b33bc2d9;hpb=627d84a1e2db2aca5d2ce1272f6e83fb7faa8ad2;p=quix0rs-gnu-social.git diff --git a/actions/apiconversation.php b/actions/apiconversation.php index 7de7b66837..728d62c24b 100644 --- a/actions/apiconversation.php +++ b/actions/apiconversation.php @@ -49,16 +49,9 @@ class ApiconversationAction extends ApiAuthAction protected $conversation = null; protected $notices = null; - /** - * For initializing members of the class. - * - * @param array $argarray misc. arguments - * - * @return boolean true - */ - function prepare($argarray) + protected function prepare(array $args=array()) { - parent::prepare($argarray); + parent::prepare($args); $convId = $this->trimmed('id');