save the object type when saving a new bookmark notice

This commit is contained in:
Evan Prodromou 2011-03-07 14:25:05 -05:00
parent 6862f765f6
commit f5782e9e56
1 changed files with 2 additions and 1 deletions

View File

@ -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)) {