From fd1f353e05f3c6cba24cd90aeba77a1a083736d7 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 6 Aug 2009 12:47:11 +0000 Subject: [PATCH] Fix regression. --- maintenance/http_session_download.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/http_session_download.php b/maintenance/http_session_download.php index fa85f6ce0b..264c8affbe 100644 --- a/maintenance/http_session_download.php +++ b/maintenance/http_session_download.php @@ -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 -- 2.20.1