forked from GNUsocial/gnu-social
		
	save the object type when saving a new bookmark notice
This commit is contained in:
		| @@ -307,7 +307,8 @@ class Bookmark extends Memcached_DataObject | ||||
|         $options = array_merge(array('urls' => array($url), | ||||
|                                      'rendered' => $rendered, | ||||
|                                      'tags' => $tags, | ||||
|                                      'replies' => $replies), | ||||
|                                      'replies' => $replies, | ||||
|                                      'object_type' => ActivityObject::BOOKMARK), | ||||
|                                $options); | ||||
|  | ||||
|         if (!array_key_exists('uri', $options)) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user