Calling parent::handle in ApiCheckHubAction
This commit is contained in:
parent
8912cdc7a4
commit
ece8ba8ea4
|
@ -41,7 +41,7 @@ class ApiCheckHubAction extends ApiAuthAction
|
|||
*
|
||||
* @return boolean success flag
|
||||
*/
|
||||
function prepare($args)
|
||||
protected function prepare($args)
|
||||
{
|
||||
parent::prepare($args);
|
||||
|
||||
|
@ -67,8 +67,9 @@ class ApiCheckHubAction extends ApiAuthAction
|
|||
*
|
||||
* @return void
|
||||
*/
|
||||
function handle($args)
|
||||
protected function handle()
|
||||
{
|
||||
parent::handle();
|
||||
|
||||
$discover = new FeedDiscovery();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user