User "Brion VIBBER" posted a comment on MediaWiki.r88738.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88738#c17160
Commit summary:

(bug 29116) follow-up r84475: normalise the empty string to null in 
Block::newFromTarget().

Comment:

int(0) is not a valid username; usernames must be strings. Any situation where 
a string's been passed to us, we've got "0" not int(0). "0" != ''.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to