From: Mikael Nordfeldth Date: Wed, 25 Feb 2015 15:22:59 +0000 (+0100) Subject: NoticeOptions above NoticeAttachments X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b0e767eaf16f6ab9974a99bd63c87ff1fa334b5e;p=quix0rs-gnu-social.git NoticeOptions above NoticeAttachments --- 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'); }