Index: trunk/phase3/includes/specials/SpecialUploadStash.php |
— | — | @@ -25,8 +25,8 @@ |
26 | 26 | |
27 | 27 | // $request is the request (usually wgRequest) |
28 | 28 | // $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' ); |
31 | 31 | try { |
32 | 32 | $this->stash = new UploadStash( ); |
33 | 33 | } catch (UploadStashNotAvailableException $e) { |