forked from GNUsocial/gnu-social
initialize ActivityObject::$extra
This commit is contained in:
parent
5fe8301129
commit
3e82000d57
@ -106,6 +106,10 @@ class ActivityObject
|
|||||||
public $largerImage;
|
public $largerImage;
|
||||||
public $description;
|
public $description;
|
||||||
|
|
||||||
|
// Extra stuff, that may need to be serialized
|
||||||
|
|
||||||
|
public $extra = array();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user