https://bugzilla.wikimedia.org/show_bug.cgi?id=43964
Sam Reed (reedy) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Normal Version|unspecified |1.21-git --- Comment #2 from Sam Reed (reedy) <[email protected]> --- Looks to be 4997 in master: if(!preg_match( "/^($prots)$chars+$/u", $link)){ $localLinkTitle = Title::newFromText($link); $link = $localLinkTitle->getLocalURL(); } newFromText() can return null -- You are receiving this mail because: You are on the CC list for the bug. 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
