X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fnoticesection.php;h=2342abe19d8b5ebe505855f60703fdee6e9500e0;hb=089c10d5d893a4aa3b94c08fd105c87600afb130;hp=ceb0bb36f80aa36eecbf39529aacccbc9de89250;hpb=9fc6de6b370a7f970e72be8d1f40f31958e0e40f;p=quix0rs-gnu-social.git diff --git a/lib/noticesection.php b/lib/noticesection.php index ceb0bb36f8..2342abe19d 100644 --- a/lib/noticesection.php +++ b/lib/noticesection.php @@ -102,7 +102,7 @@ class NoticeSection extends Section $this->out->elementEnd('p'); $this->out->elementStart('div', 'entry_content'); - get_class('NoticeList'); + class_exists('NoticeList'); $nli = new NoticeListItem($notice, $this->out); $nli->showNoticeLink(); $this->out->elementEnd('div');