]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
NoticeOptions above NoticeAttachments
authorMikael Nordfeldth <mmn@hethane.se>
Wed, 25 Feb 2015 15:22:59 +0000 (16:22 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 25 Feb 2015 15:22:59 +0000 (16:22 +0100)
lib/noticelistitem.php

index 4a50f548cb00fc0de53e48416d6817d842fbfa58..eb0d7216f0d53c4c0431dccc4940403a2b8f192e 100644 (file)
@@ -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');
     }