"Twitter card" support had badly referenced HTML outputter
This commit is contained in:
parent
52738b0267
commit
888ac77906
|
@ -559,7 +559,7 @@ class TwitterBridgePlugin extends Plugin
|
|||
$action->element('meta', array('name' => 'twitter:title',
|
||||
'content' => $action->attachment->title));
|
||||
|
||||
$ns = new AttachmentNoticeSection($this);
|
||||
$ns = new AttachmentNoticeSection($action);
|
||||
$notices = $ns->getNotices();
|
||||
$noticeArray = $notices->fetchAll();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user