Restore next link to Special:AllPages
authorMZMcBride <g@mzmcbride.com>
Thu, 23 Oct 2014 03:38:32 +0000 (23:38 -0400)
committerMZMcBride <g@mzmcbride.com>
Thu, 23 Oct 2014 03:41:00 +0000 (23:41 -0400)
This commit is a follow-up to 9ffa5fc.

Bug: 69951
Change-Id: If244ebd656bf1537e671fd986edc39bcc01bb9b5

includes/specials/SpecialAllPages.php

index c8fae68..08b8761 100644 (file)
@@ -225,6 +225,7 @@ class SpecialAllPages extends IncludableSpecialPage {
                                        } else {
                                                $out .= '<li>[[' . htmlspecialchars( $s->page_title ) . "]]</li>\n";
                                        }
+                                       $n++;
                                }
                                $out .= Xml::closeElement( 'ul' );
                        } else {