Index: branches/wmf-deployment/includes/HttpFunctions.php |
— | — | @@ -125,7 +125,7 @@ |
126 | 126 | |
127 | 127 | // run the background download request: |
128 | 128 | $cmd = $wgPhpCli . ' ' . $IP . "/maintenance/http_session_download.php " . |
129 | | - "--sid {$session_id} --usk {$upload_session_key}"; |
| 129 | + "--sid {$session_id} --usk {$upload_session_key} --wiki " . wfWikiId(); |
130 | 130 | $pid = wfShellBackgroundExec( $cmd ); |
131 | 131 | // the pid is not of much use since we won't be visiting this same apache any-time soon. |
132 | 132 | if( !$pid ) |