]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove stray get_class() call
authorZach Copley <zach@status.net>
Mon, 21 Mar 2011 02:37:25 +0000 (19:37 -0700)
committerZach Copley <zach@status.net>
Mon, 21 Mar 2011 02:37:25 +0000 (19:37 -0700)
lib/noticesection.php

index ceb0bb36f80aa36eecbf39529aacccbc9de89250..2edd6e09a508db4877485856fe1cf16ab34f58bb 100644 (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');