]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/attachment.php
change default timeout setting for HTTPClient
[quix0rs-gnu-social.git] / lib / attachment.php
index ac0a32aeb569a0b7d2769a1c200206c92a9768df..d001337dd6c6957806fe282afdc2d023552fbba1 100644 (file)
@@ -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'));