"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
1 changed files with 1 additions and 1 deletions

View File

@ -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();