Fix regression.
This commit is contained in:
parent
a2f0741262
commit
fd1f353e05
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class HttpSessionDownload extends Maintenance {
|
|||
$wgUseNormalUser = true;
|
||||
|
||||
//run the download:
|
||||
Http::doSessionIdDownload( $options['sid'], $options['usk'] );
|
||||
Http::doSessionIdDownload( $this->getOption('sid'), $this->getOption('usk') );
|
||||
|
||||
// close up shop:
|
||||
// Execute any deferred updates
|
||||
|
|
|
|||
Loading…
Reference in a new issue