Fix regression.

This commit is contained in:
Chad Horohoe 2009-08-06 12:47:11 +00:00
parent a2f0741262
commit fd1f353e05

View file

@ -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