]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/threadednoticelist.php
Don't show installation form on checkPrereqs fail.
[quix0rs-gnu-social.git] / lib / threadednoticelist.php
index 5c45b5a831ba93bd0ec56b695c1d6eec208e7238..c3382897c7b368636b8b967b1ec54f9a0d5a4024 100644 (file)
@@ -80,7 +80,8 @@ class ThreadedNoticeList extends NoticeList
                $total = count($notices);
                $notices = array_slice($notices, 0, NOTICES_PER_PAGE);
                
-       self::prefill(self::_allNotices($notices));
+        $allnotices = self::_allNotices($notices);
+       self::prefill($allnotices);
        
         $conversations = array();