forked from GNUsocial/gnu-social
Initialize $extra member to empty array on ActivityObject
This commit is contained in:
@@ -105,6 +105,7 @@ class ActivityObject
|
||||
public $thumbnail;
|
||||
public $largerImage;
|
||||
public $description;
|
||||
public $extra = array();
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
|
Reference in New Issue
Block a user