forked from GNUsocial/gnu-social
Minor code cleanup with group related actions (thanks brw12)
Originated from brw12 who noticed an incorrect variable name used in an error message in actions/apigroupjoin.php:109
This commit is contained in:
@@ -46,7 +46,7 @@ class GroupAction extends Action
|
||||
{
|
||||
protected $group;
|
||||
|
||||
function prepare($args)
|
||||
protected function prepare(array $args=array())
|
||||
{
|
||||
parent::prepare($args);
|
||||
|
||||
|
Reference in New Issue
Block a user