https://bugzilla.wikimedia.org/show_bug.cgi?id=69951
MZMcBride <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #5 from MZMcBride <[email protected]> --- Right, so https://gerrit.wikimedia.org/r/145761 did this (specifically <https://gerrit.wikimedia.org/r/#/c/145761/1/includes/specials/SpecialAllPages.php,unified>). It removed the $n++ line, which is later used at <https://git.wikimedia.org/blob/mediawiki%2Fcore.git/HEAD/includes%2Fspecials%2FSpecialAllPages.php#L307>: if ( $n == $this->maxPerPage && $s = $res->fetchObject() ) { Because $n isn't getting incremented any longer, it never equals $maxPerPage (which is set to 345... no idea why, probably aesthetics). -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
