summaryrefslogtreecommitdiff
path: root/lib/noticelist.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/noticelist.php')
-rw-r--r--lib/noticelist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/noticelist.php b/lib/noticelist.php
index fb5db2374..d2ac7ed84 100644
--- a/lib/noticelist.php
+++ b/lib/noticelist.php
@@ -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();
}