User "IAlex" posted a comment on MediaWiki.r87164.

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

Recommit r87129 and follow-ups but with a fix for the bug Brion found (sorry)

Comment:

You can pass partial rows to it as you can see in the 
<code>Article::getContributors()</code> query that only gets 
<code>user_id</code>, <code>user_name</code> and <code>user_real_name</code>. 
In such case <code>$row->user_password</code> will not be set and trigger the 
<code>$all = false;</code> part.

_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to