https://bugzilla.wikimedia.org/show_bug.cgi?id=69951

MZMcBride <b...@mzmcbride.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dann...@email.cz,
                   |                            |matma....@gmail.com

--- Comment #5 from MZMcBride <b...@mzmcbride.com> ---
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to