r98206 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98205‎ | r98206 | r98207 >
Date:01:41, 27 September 2011
Author:aaron
Status:ok (Comments)
Tags:
Comment:
fixed newFromName() related fatal
Modified paths:
  • /branches/wmf/1.18wmf1/includes/Skin.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/includes/Skin.php
@@ -281,7 +281,7 @@
282282 if ( User::isIP( $rootUser ) ) {
283283 $this->mRelevantUser = User::newFromName( $rootUser, false );
284284 } else {
285 - $user = User::newFromName( $rootUser );
 285+ $user = User::newFromName( $rootUser, false );
286286 if ( $user->isLoggedIn() ) {
287287 $this->mRelevantUser = $user;
288288 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r98761Merge r97670, r98206reedy13:41, 3 October 2011

Comments

#Comment by Vigilius (talk | contribs)   08:23, 27 September 2011

Please consider tagging for 1.18 as well. This may also include http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98205 for consistency between 1.18 and 1.18wmf1

Status & tagging log