r61591 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61590‎ | r61591 | r61592 >
Date:19:08, 27 January 2010
Author:jdpond
Status:ok
Tags:
Comment:
$mDesiredDestName property changed from protected to public. Used in extensions to check/validate/process user destination names in uploads.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUpload.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUpload.php
@@ -30,10 +30,10 @@
3131 protected $mUploadClicked;
3232
3333 /** User input variables from the "description" section **/
34 - protected $mDesiredDestName; // The requested target file name
 34+ public $mDesiredDestName; // The requested target file name
3535 protected $mComment;
3636 protected $mLicense;
37 -
 37+
3838 /** User input variables from the root section **/
3939 protected $mIgnoreWarning;
4040 protected $mWatchThis;

Status & tagging log