From: MZMcBride Date: Thu, 23 Oct 2014 03:38:32 +0000 (-0400) Subject: Restore next link to Special:AllPages X-Git-Tag: 1.31.0-rc.0~13512 X-Git-Url: http://git.cyclocoop.org/%27http:/code.google.com/p/ie7-js/Category:Bar2?a=commitdiff_plain;h=3af28efefaa6add1b6a0696812c11280e9948d40;p=lhc%2Fweb%2Fwiklou.git Restore next link to Special:AllPages This commit is a follow-up to 9ffa5fc. Bug: 69951 Change-Id: If244ebd656bf1537e671fd986edc39bcc01bb9b5 --- diff --git a/includes/specials/SpecialAllPages.php b/includes/specials/SpecialAllPages.php index c8fae68d4f..08b8761a18 100644 --- a/includes/specials/SpecialAllPages.php +++ b/includes/specials/SpecialAllPages.php @@ -225,6 +225,7 @@ class SpecialAllPages extends IncludableSpecialPage { } else { $out .= '
  • [[' . htmlspecialchars( $s->page_title ) . "]]
  • \n"; } + $n++; } $out .= Xml::closeElement( 'ul' ); } else {