reindent BookmarkPlugin
This commit is contained in:
parent
d8de285d4e
commit
15f4e0a9f0
|
@ -203,7 +203,8 @@ class BookmarkPlugin extends Plugin
|
|||
$object->id = $notice->uri;
|
||||
$object->type = ActivityObject::BOOKMARK;
|
||||
$object->title = $nb->title;
|
||||
$object->summary = $nb->summary;
|
||||
$object->summary = $nb->description;
|
||||
$object->link = $notice->bestUrl();
|
||||
|
||||
// Attributes of the URL
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user