forked from GNUsocial/gnu-social
Protected function prepare with array $args defaulting to array()
This commit is contained in:
@@ -35,7 +35,7 @@ class OStatusInitAction extends Action
|
||||
var $profile;
|
||||
var $err;
|
||||
|
||||
protected function prepare($args)
|
||||
protected function prepare(array $args=array())
|
||||
{
|
||||
parent::prepare($args);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user