X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fattachmentnoticesection.php;h=7a22bd0e9d271cb626d26e3af734bebff3c1d941;hb=10f2cde0b1d75fa023b00400162cb525e8719514;hp=b59568749c8360bc44f10f932cf442e88fedb069;hpb=95abad5abbcf3a9ee1cd6040e1dadaef3e0d7cf0;p=quix0rs-gnu-social.git diff --git a/lib/attachmentnoticesection.php b/lib/attachmentnoticesection.php index b59568749c..7a22bd0e9d 100644 --- a/lib/attachmentnoticesection.php +++ b/lib/attachmentnoticesection.php @@ -70,6 +70,6 @@ class AttachmentNoticeSection extends NoticeSection function divId() { - return 'popular_notices'; + return 'attachment_section'; } }