$mDesiredDestName property changed from protected to public. Used in extensions...
authorJack D. Pond <jdpond@users.mediawiki.org>
Wed, 27 Jan 2010 19:08:31 +0000 (19:08 +0000)
committerJack D. Pond <jdpond@users.mediawiki.org>
Wed, 27 Jan 2010 19:08:31 +0000 (19:08 +0000)
includes/specials/SpecialUpload.php

index 69cf96e..f6ba998 100644 (file)
@@ -30,10 +30,10 @@ class SpecialUpload extends SpecialPage {
        protected $mUploadClicked;
 
        /** User input variables from the "description" section **/
-       protected $mDesiredDestName;    // The requested target file name
+       public    $mDesiredDestName;    // The requested target file name
        protected $mComment;
        protected $mLicense;
-
+       
        /** User input variables from the root section **/
        protected $mIgnoreWarning;
        protected $mWatchThis;