Merge branch '1.0.x' into qna

* 1.0.x:
  Remove stray get_class() call
This commit is contained in:
Zach Copley 2011-03-20 19:38:05 -07:00
commit 424670a5eb
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');