handle function declaration to match parent
This commit is contained in:
parent
d0458b824a
commit
33dc06ae21
|
@ -110,18 +110,9 @@ class ApiDirectMessageAction extends ApiAuthAction
|
|||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Handle the request
|
||||
*
|
||||
* Show the messages
|
||||
*
|
||||
* @param array $args $_REQUEST data (unused)
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
function handle($args)
|
||||
protected function handle()
|
||||
{
|
||||
parent::handle($args);
|
||||
parent::handle();
|
||||
$this->showMessages();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user