r76537 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76536‎ | r76537 | r76538 >
Date:19:47, 11 November 2010
Author:mah
Status:ok
Tags:
Comment:
followup r76526
As I said on IRC: : On my local wiki I saw that error once, but I thought what I committed fixed it because I'm not seeing it now.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUploadStash.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUploadStash.php
@@ -25,8 +25,8 @@
2626
2727 // $request is the request (usually wgRequest)
2828 // $subpage is everything in the URL after Special:UploadStash
29 - public function __construct( $name, $restriction = '', $function = false, $file = 'default' ) {
30 - parent::__construct( $name, 'upload' );
 29+ public function __construct( ) {
 30+ parent::__construct( 'UploadStash', 'upload' );
3131 try {
3232 $this->stash = new UploadStash( );
3333 } catch (UploadStashNotAvailableException $e) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r76797uploadwizard-deployment: Merge recent revs from trunk: r75995, r76354, r76386...catrope14:47, 16 November 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r76526* Revert r76503...mah17:52, 11 November 2010

Status & tagging log