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

--- Comment #6 from Jarry1250 <[email protected]> 2012-03-05 00:02:08 UTC ---
(In reply to comment #5)
> This is probably a separate bug. (Related to r100722)

[edit conflict note: agreed :) ]

Okay, so there's two different effects at work here. The one that prompted this
thread is simple enough: line 795 of SpecialContributions.php reads:

$parentLen = isset( $this->mParentLens[$row->rev_parent_id] ) ?
$this->mParentLens[$row->rev_parent_id] : 0;

Thus turning a NULL ("never recorded") into a 0 ("page creation").

Comment #2 by me outlines what I think should happen here. The other, related
issue (which I mentioned in comment #4), I have split off into bug #34978.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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

Reply via email to