r98850 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98849‎ | r98850 | r98851 >
Date:06:04, 4 October 2011
Author:aaron
Status:deferred
Tags:
Comment:
Removed unused skin var
Modified paths:
  • /trunk/extensions/ConfirmAccount/presentation/specialpages/actions/RequestAccount_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmAccount/presentation/specialpages/actions/RequestAccount_body.php
@@ -5,8 +5,6 @@
66 protected $mUsername, $mRealName, $mType, $mPrevAttachment, $mForgotAttachment,
77 $mEmail, $mBio, $mNotes, $mToS, $mSrcName, $mUrls, $mFileSize, $mTempPath;
88
9 - protected $skin;
10 -
119 /**
1210 * @var array
1311 */
@@ -68,8 +66,6 @@
6967 # We may be confirming an email address here
7068 $emailCode = $request->getText( 'wpEmailToken' );
7169
72 - $this->skin = $reqUser->getSkin();
73 -
7470 $action = $request->getVal( 'action' );
7571 if ( $request->wasPosted() && $reqUser->matchEditToken( $request->getVal( 'wpEditToken' ) ) ) {
7672 $this->mPrevAttachment = $this->mPrevAttachment ? $this->mPrevAttachment : $this->mSrcName;

Status & tagging log