initialize ActivityObject::$extra

This commit is contained in:
Evan Prodromou 2010-12-22 12:02:50 -08:00
parent 5fe8301129
commit 3e82000d57
1 changed files with 4 additions and 0 deletions

View File

@ -106,6 +106,10 @@ class ActivityObject
public $largerImage;
public $description;
// Extra stuff, that may need to be serialized
public $extra = array();
/**
* Constructor
*