User "Krinkle" changed the status of MediaWiki.r87164.

Old Status: new
New Status: fixme

User "Krinkle" also posted a comment on MediaWiki.r87164.

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

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

Comment:

<pre>
+               if ( isset( $row->user_name ) ) {
+                       $this->mName = $row->user_name;
..
+               }
+
+               if ( isset( $row->user_name ) ) {
+                       $this->mRealName = $row->user_real_name;
..
+               }
+
                if ( isset( $row->user_id ) ) {
                        $this->mId = intval( $row->user_id );
</pre>

The second one should be checking <code>user_'''real'''_name</code> instead of 
<code>user_name</code>

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

Reply via email to