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

--- Comment #4 from Sam Reed (reedy) <[email protected]> ---
I think it's much more likely just to be boolean fail:

    -»       »       if ( $title === null || $title === '' || $title === false
) {
878    +»       »       if ( strval( $title ) !== '' ) {

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

Reply via email to