]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
SiteNoticeInSidebar widget did not define divId()
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 10 Mar 2015 16:33:58 +0000 (17:33 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 10 Mar 2015 16:33:58 +0000 (17:33 +0100)
plugins/SiteNoticeInSidebar/lib/sitenoticesection.php

index 37c37edaf27d5e61e059ce88b04ea42549c5c9ce..b713ec7c6f815ae20f95a51619120c33285074c0 100644 (file)
@@ -60,6 +60,11 @@ class SiteNoticeSection extends Section
         return _('Site notice');
     }
 
+    function divId()
+    {
+        return 'site_notice';
+    }
+
     function showContent()
     {
         $this->out->raw($this->text);