X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fattachmentnoticesection.php;h=7a22bd0e9d271cb626d26e3af734bebff3c1d941;hb=2d81df47604f01a19e649397e599b603d4a3f3f1;hp=b59568749c8360bc44f10f932cf442e88fedb069;hpb=c751be1c0639dd02432b8f7ddd365a91504e331c;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'; } }