https://bugzilla.wikimedia.org/show_bug.cgi?id=40939
--- Comment #4 from Liangent <[email protected]> 2012-10-13 10:50:38 UTC --- (In reply to comment #2) > Bug 40996 sounds very similar. Wondering whether to set a tentative Target > Milestone (but I'm clueless whether 1.20 or 1.21). >From above talk I see the related code in InfoAction was rewritten and new code introduced bug 40996 and it has the same root cause. When a page doesn't exist, its $firstRev is null but both old and new code try to get its author: in old code it calls $firstRev->getUserText() and in new code it calls Linker::revUserTools( $firstRev ). -- 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
