From: Mikael Nordfeldth Date: Tue, 10 Mar 2015 16:33:58 +0000 (+0100) Subject: SiteNoticeInSidebar widget did not define divId() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8cfe72c6835cff674d4801597dfd81e4dece4e91;p=quix0rs-gnu-social.git SiteNoticeInSidebar widget did not define divId() --- diff --git a/plugins/SiteNoticeInSidebar/lib/sitenoticesection.php b/plugins/SiteNoticeInSidebar/lib/sitenoticesection.php index 37c37edaf2..b713ec7c6f 100644 --- a/plugins/SiteNoticeInSidebar/lib/sitenoticesection.php +++ b/plugins/SiteNoticeInSidebar/lib/sitenoticesection.php @@ -60,6 +60,11 @@ class SiteNoticeSection extends Section return _('Site notice'); } + function divId() + { + return 'site_notice'; + } + function showContent() { $this->out->raw($this->text);