]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/inlineattachmentlist.php
.inc.php please ...
[quix0rs-gnu-social.git] / lib / inlineattachmentlist.php
index 410b3b838d6c7e6449c41fc3ceedb8823ed683a7..3eed70a3165e1690026bb5c55c31fdc3a97c3c2d 100644 (file)
@@ -55,7 +55,6 @@ class InlineAttachmentList extends AttachmentList
 class InlineAttachmentListItem extends AttachmentListItem
 {
     function showLink() {
-        $this->out->element('a', $this->linkAttr(), $this->title());
         $this->showRepresentation();
     }