]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/noticesection.php
get_class -> class_exists for class loading hack (fixme for 1.0: make sure all these...
[quix0rs-gnu-social.git] / lib / noticesection.php
index ceb0bb36f80aa36eecbf39529aacccbc9de89250..2342abe19d8b5ebe505855f60703fdee6e9500e0 100644 (file)
@@ -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');