Revert "initialize ActivityObject::$extra"

This reverts commit 3e82000d57.
This commit is contained in:
Evan Prodromou 2010-12-22 12:07:13 -08:00
parent e11ca1e052
commit 35d9a065fb

View File

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