]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/noticelist.php
split out InlineAttachmentList from AttachmentList
[quix0rs-gnu-social.git] / lib / noticelist.php
index fb5db2374c1ccfd40c7e19260e42deb4686a4982..d2ac7ed84a59c90c754b09f68601587a4e154086 100644 (file)
@@ -385,7 +385,7 @@ class NoticeListItem extends Widget
     }
 
     function showNoticeAttachments() {
-        $al = new AttachmentList($this->notice, $this->out);
+        $al = new InlineAttachmentList($this->notice, $this->out);
         $al->show();
     }