Index: trunk/extensions/ConfirmAccount/presentation/specialpages/actions/RequestAccount_body.php |
— | — | @@ -5,8 +5,6 @@ |
6 | 6 | protected $mUsername, $mRealName, $mType, $mPrevAttachment, $mForgotAttachment, |
7 | 7 | $mEmail, $mBio, $mNotes, $mToS, $mSrcName, $mUrls, $mFileSize, $mTempPath; |
8 | 8 | |
9 | | - protected $skin; |
10 | | - |
11 | 9 | /** |
12 | 10 | * @var array |
13 | 11 | */ |
— | — | @@ -68,8 +66,6 @@ |
69 | 67 | # We may be confirming an email address here |
70 | 68 | $emailCode = $request->getText( 'wpEmailToken' ); |
71 | 69 | |
72 | | - $this->skin = $reqUser->getSkin(); |
73 | | - |
74 | 70 | $action = $request->getVal( 'action' ); |
75 | 71 | if ( $request->wasPosted() && $reqUser->matchEditToken( $request->getVal( 'wpEditToken' ) ) ) { |
76 | 72 | $this->mPrevAttachment = $this->mPrevAttachment ? $this->mPrevAttachment : $this->mSrcName; |