r81638 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81637‎ | r81638 | r81639 >
Date:18:13, 7 February 2011
Author:btongminh
Status:ok
Tags:
Comment:
Follow-up r81401: fix callback, apparently it was the other way around than I thought.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUploadStash.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUploadStash.php
@@ -327,7 +327,7 @@
328328 'name' => 'clear',
329329 )
330330 ), 'clearStashedUploads' );
331 - $form->setSubmitCallback( __CLASS__ . '::tryClearStashedUploads' );
 331+ $form->setSubmitCallback( array( __CLASS__ , 'tryClearStashedUploads' ) );
332332 $form->setTitle( $this->getTitle() );
333333 $form->setSubmitText( wfMsg( 'uploadstash-clear' ) );
334334

Follow-up revisions

RevisionCommit summaryAuthorDate
r850001.17wmf1: MFT changes for UploadWizard deployment: r78426, r81393, r81401, r8...catrope08:20, 30 March 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81401Cleanup SpecialUploadStash...btongminh16:07, 2 February 2011

Status & tagging log