forked from GNUsocial/gnu-social
		
	ActivityObject has attribute for other elements
This commit is contained in:
		| @@ -106,6 +106,8 @@ class ActivityObject | ||||
|     public $largerImage; | ||||
|     public $description; | ||||
|  | ||||
| 	public $extra; // For extra stuff | ||||
|  | ||||
|     /** | ||||
|      * Constructor | ||||
|      * | ||||
| @@ -565,6 +567,11 @@ class ActivityObject | ||||
|             $xs->raw($this->poco->asString()); | ||||
|         } | ||||
|  | ||||
|         foreach ($this->extra as $el) { | ||||
|             list($tag, $attrs, $content) = $el; | ||||
|             $xs->element($tag, $attrs, $content); | ||||
|         } | ||||
|  | ||||
|         $xs->elementEnd($tag); | ||||
|  | ||||
|         return $xs->getString(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user