diff --git a/includes/ImportDumpRequestManager.php b/includes/ImportDumpRequestManager.php index 90607eceb..93145f1c1 100644 --- a/includes/ImportDumpRequestManager.php +++ b/includes/ImportDumpRequestManager.php @@ -404,11 +404,13 @@ public function getCommand(): string { '{IP}', '{wiki}', '{username-prefix}', - '{file}', + '{file-name}', + '{file-path}', ], [ MW_INSTALL_PATH, $this->getTarget(), $this->getInterwikiPrefix(), + $this->getTarget() . '-' . $this->getTimestamp() . '.xml', FileBackend::splitStoragePath( $this->getFilePath() )[2], ], $command ); }