"Twitter card" support had badly referenced HTML outputter

This commit is contained in:
Mikael Nordfeldth 2014-05-10 02:01:58 +02:00
parent 52738b0267
commit 888ac77906

View File

@ -559,7 +559,7 @@ class TwitterBridgePlugin extends Plugin
$action->element('meta', array('name' => 'twitter:title', $action->element('meta', array('name' => 'twitter:title',
'content' => $action->attachment->title)); 'content' => $action->attachment->title));
$ns = new AttachmentNoticeSection($this); $ns = new AttachmentNoticeSection($action);
$notices = $ns->getNotices(); $notices = $ns->getNotices();
$noticeArray = $notices->fetchAll(); $noticeArray = $notices->fetchAll();