r89464 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89463‎ | r89464 | r89465 >
Date:14:04, 4 June 2011
Author:krinkle
Status:ok (Comments)
Tags:
Comment:
Fixing fixme in r87164 (wrong if check)
Modified paths:
  • /trunk/phase3/includes/User.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/User.php
@@ -1029,7 +1029,7 @@
10301030 $all = false;
10311031 }
10321032
1033 - if ( isset( $row->user_name ) ) {
 1033+ if ( isset( $row->user_real_name ) ) {
10341034 $this->mRealName = $row->user_real_name;
10351035 $this->setItemLoaded( 'realname' );
10361036 } else {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87164Recommit r87129 and follow-ups but with a fix for the bug Brion found (sorry)ialex14:08, 30 April 2011

Comments

#Comment by IAlex (talk | contribs)   15:17, 4 June 2011

Thanks for the fix!

Status & tagging log