Fix regression.
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 6 Aug 2009 12:47:11 +0000 (12:47 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 6 Aug 2009 12:47:11 +0000 (12:47 +0000)
maintenance/http_session_download.php

index fa85f6c..264c8af 100644 (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