]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/noticesection.php
better output for registration confirmation
[quix0rs-gnu-social.git] / 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');