X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fattachment.php;h=d001337dd6c6957806fe282afdc2d023552fbba1;hb=489099ca917d74ee2bdc406cb26f9e3269ade625;hp=ac0a32aeb569a0b7d2769a1c200206c92a9768df;hpb=d32fef60394dbacca2f1dec24fd55043e328d0d1;p=quix0rs-gnu-social.git diff --git a/lib/attachment.php b/lib/attachment.php index ac0a32aeb5..d001337dd6 100644 --- a/lib/attachment.php +++ b/lib/attachment.php @@ -35,7 +35,7 @@ if (!defined('GNUSOCIAL')) { exit(1); } */ class Attachment extends AttachmentListItem { - function showLink() { + function showNoticeAttachment() { if (Event::handle('StartShowAttachmentLink', array($this->out, $this->attachment))) { $this->out->elementStart('div', array('id' => 'attachment_view', 'class' => 'h-entry'));