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

--- Comment #1 from Sam Reed (reedy) <[email protected]> ---
Looks like line 423 in master

                if ( isset( $results[ 0 ] ) ) {
                    $title = WikiPage::newFromID( $results[ 0 ] )->getTitle();
                    return false;
                }


WikiPage::newFromID() can return null

-- 
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