http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98636

Revision: 98636
Author:   reedy
Date:     2011-10-01 22:38:46 +0000 (Sat, 01 Oct 2011)
Log Message:
-----------
Explicit member variable shizz

Modified Paths:
--------------
    
trunk/extensions/ConfirmAccount/presentation/specialpages/actions/ConfirmAccount_body.php
    
trunk/extensions/ConfirmAccount/presentation/specialpages/actions/RequestAccount_body.php

Modified: 
trunk/extensions/ConfirmAccount/presentation/specialpages/actions/ConfirmAccount_body.php
===================================================================
--- 
trunk/extensions/ConfirmAccount/presentation/specialpages/actions/ConfirmAccount_body.php
   2011-10-01 22:34:54 UTC (rev 98635)
+++ 
trunk/extensions/ConfirmAccount/presentation/specialpages/actions/ConfirmAccount_body.php
   2011-10-01 22:38:46 UTC (rev 98636)
@@ -17,6 +17,8 @@
        protected $reqAreaSet;
        protected $reason;
 
+       protected $specialPageParameter;
+
        function __construct() {
                parent::__construct( 'ConfirmAccounts', 'confirmaccount' );
        }

Modified: 
trunk/extensions/ConfirmAccount/presentation/specialpages/actions/RequestAccount_body.php
===================================================================
--- 
trunk/extensions/ConfirmAccount/presentation/specialpages/actions/RequestAccount_body.php
   2011-10-01 22:34:54 UTC (rev 98635)
+++ 
trunk/extensions/ConfirmAccount/presentation/specialpages/actions/RequestAccount_body.php
   2011-10-01 22:38:46 UTC (rev 98636)
@@ -2,6 +2,16 @@
 
 class RequestAccountPage extends SpecialPage {
 
+       protected $mUsername, $mRealName, $mType, $mPrevAttachment, 
$mForgotAttachment,
+               $mEmail, $mBio, $mNotes, $mToS, $mSrcName, $mUrls, $mFileSize, 
$mTempPath;
+
+       protected $skin;
+
+       /**
+        * @var array
+        */
+       protected $mAreas, $mAreaSet;
+
        function __construct() {
                parent::__construct( 'RequestAccount' );
        }


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to