From b0e767eaf16f6ab9974a99bd63c87ff1fa334b5e Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Wed, 25 Feb 2015 16:22:59 +0100 Subject: [PATCH] NoticeOptions above NoticeAttachments --- lib/noticelistitem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/noticelistitem.php b/lib/noticelistitem.php index 4a50f548cb..eb0d7216f0 100644 --- a/lib/noticelistitem.php +++ b/lib/noticelistitem.php @@ -157,8 +157,8 @@ class NoticeListItem extends Widget { $this->elementStart('footer'); $this->showNoticeInfo(); - if ($this->attachments) { $this->showNoticeAttachments(); } if ($this->options) { $this->showNoticeOptions(); } + if ($this->attachments) { $this->showNoticeAttachments(); } $this->elementEnd('footer'); } -- 2.39.2