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