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

Rob Lanphier <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Immediate                   |High
                 CC|                            |[email protected]
           Assignee|[email protected]. |[email protected]
                   |org                         |

--- Comment #2 from Rob Lanphier <[email protected]> ---
Bumping down the priority a bit on this one.  What seems to be happening is
that there's some interwiki check that is reporting "gen" a valid interwiki
prefix.  This then gets passed into Title->isLocal(), which doesn't seem to
think it is, so it's not returning a valid interwiki object, and then it's
failing.

One fix for the symptom we're seeing here is to make it so that Title->isLocal
actually checks whether it gets a valid Interwiki object before calling isLocal
on it, and that might be a good little bit of hygiene.  However, this seems
like old enough code that maybe knowing why the string gets passed in in the
first place as a valid interwiki prefix.  One idea: it may be that there are
two interwiki maps that don't agree with each other; one that has "gen" in it,
and another that doesn't.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to