From fc0ed76ebd13098b440120f9b316f419cfafbd1d Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Sun, 20 Mar 2011 19:37:25 -0700 Subject: [PATCH] Remove stray get_class() call --- lib/noticesection.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/noticesection.php b/lib/noticesection.php index ceb0bb36f8..2edd6e09a5 100644 --- a/lib/noticesection.php +++ b/lib/noticesection.php @@ -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');