Follow-up r78452: missed a couple of hidden fields in SpecialUpload
authorHappy-melon <happy-melon@users.mediawiki.org>
Thu, 6 Jan 2011 21:17:03 +0000 (21:17 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Thu, 6 Jan 2011 21:17:03 +0000 (21:17 +0000)
includes/specials/SpecialUpload.php

index b0a6e93..7021ef6 100644 (file)
@@ -815,11 +815,11 @@ class UploadForm extends HTMLForm {
 
                if ( $this->mSessionKey ) {
                        return array(
-                               'wpSessionKey' => array(
+                               'SessionKey' => array(
                                        'type' => 'hidden',
                                        'default' => $this->mSessionKey,
                                ),
-                               'wpSourceType' => array(
+                               'SourceType' => array(
                                        'type' => 'hidden',
                                        'default' => 'Stash',
                                ),