Index: trunk/phase3/includes/specials/SpecialUpload.php |
— | — | @@ -30,10 +30,10 @@ |
31 | 31 | protected $mUploadClicked; |
32 | 32 | |
33 | 33 | /** User input variables from the "description" section **/ |
34 | | - protected $mDesiredDestName; // The requested target file name |
| 34 | + public $mDesiredDestName; // The requested target file name |
35 | 35 | protected $mComment; |
36 | 36 | protected $mLicense; |
37 | | - |
| 37 | + |
38 | 38 | /** User input variables from the root section **/ |
39 | 39 | protected $mIgnoreWarning; |
40 | 40 | protected $mWatchThis; |