SiteNoticeInSidebar widget did not define divId()

This commit is contained in:
Mikael Nordfeldth 2015-03-10 17:33:58 +01:00
parent 9ef224fceb
commit 8cfe72c683
1 changed files with 5 additions and 0 deletions

View File

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