Remove stray get_class() call

This commit is contained in:
Zach Copley 2011-03-20 19:37:25 -07:00
parent e6afd16c02
commit fc0ed76ebd
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ class NoticeSection extends Section
$this->out->elementEnd('p');
$this->out->elementStart('div', 'entry_content');
get_class('NoticeList');
$nli = new NoticeListItem($notice, $this->out);
$nli->showNoticeLink();
$this->out->elementEnd('div');