Merge branch '1.0.x' into qna
* 1.0.x: Remove stray get_class() call
This commit is contained in:
commit
424670a5eb
|
@ -102,7 +102,6 @@ class NoticeSection extends Section
|
||||||
$this->out->elementEnd('p');
|
$this->out->elementEnd('p');
|
||||||
|
|
||||||
$this->out->elementStart('div', 'entry_content');
|
$this->out->elementStart('div', 'entry_content');
|
||||||
get_class('NoticeList');
|
|
||||||
$nli = new NoticeListItem($notice, $this->out);
|
$nli = new NoticeListItem($notice, $this->out);
|
||||||
$nli->showNoticeLink();
|
$nli->showNoticeLink();
|
||||||
$this->out->elementEnd('div');
|
$this->out->elementEnd('div');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user