summaryrefslogtreecommitdiff
path: root/lib/noticelist.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@status.net>2010-11-09 10:45:19 -0800
committerBrion Vibber <brion@status.net>2010-11-09 10:45:19 -0800
commitf25accc43ea1e66f290c8bc1d284ae04b4bf004f (patch)
treee8b369f4cf7342017569ee5a8d21380bbed5d59e /lib/noticelist.php
parent504529e8cd8fbaf5e8e1b980260d1d87d9e880ac (diff)
split out InlineAttachmentList from AttachmentList
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();
}