r79758 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79757‎ | r79758 | r79759 >
Date:21:17, 6 January 2011
Author:happy-melon
Status:ok
Tags:
Comment:
Follow-up r78452: missed a couple of hidden fields in SpecialUpload
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUpload.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUpload.php
@@ -815,11 +815,11 @@
816816
817817 if ( $this->mSessionKey ) {
818818 return array(
819 - 'wpSessionKey' => array(
 819+ 'SessionKey' => array(
820820 'type' => 'hidden',
821821 'default' => $this->mSessionKey,
822822 ),
823 - 'wpSourceType' => array(
 823+ 'SourceType' => array(
824824 'type' => 'hidden',
825825 'default' => 'Stash',
826826 ),

Follow-up revisions

RevisionCommit summaryAuthorDate
r798151.17: MFT r78327, r78560, r79131, r79708, r79713, r79725, r79758, r79759, r79...catrope13:55, 7 January 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78452Clean up the running mess that is r64866, r65040, and then r67277. Implement...happy-melon21:14, 15 December 2010

Status & tagging log