]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
"Twitter card" support had badly referenced HTML outputter
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 10 May 2014 00:01:58 +0000 (02:01 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 10 May 2014 00:01:58 +0000 (02:01 +0200)
plugins/TwitterBridge/TwitterBridgePlugin.php

index 03d4374547c61d62e658781771582fa4c684cb0e..8788a895a3acb6d0d2c5f8fa22a810ab6ee29b13 100644 (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();