Initialize $extra member to empty array on ActivityObject
This commit is contained in:
parent
055630516c
commit
448dfb69d4
|
@ -105,6 +105,7 @@ class ActivityObject
|
|||
public $thumbnail;
|
||||
public $largerImage;
|
||||
public $description;
|
||||
public $extra = array();
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
|
|
Loading…
Reference in New Issue
Block a user