X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcopyJobQueue.php;h=a9c9547ec7d83fa2f14156777fb43f047796cd88;hb=35b6a6dcf9e6c6d5d132fa0cb0e01308b65a3b02;hp=c5a78278f7fda245ec62c87923618e2151d4c9f0;hpb=63ba8bca85ccb953fccfc5cb54c68df83793654d;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/copyJobQueue.php b/maintenance/copyJobQueue.php index c5a78278f7..a9c9547ec7 100644 --- a/maintenance/copyJobQueue.php +++ b/maintenance/copyJobQueue.php @@ -89,6 +89,7 @@ class CopyJobQueue extends Maintenance { $totalOK += count( $batch ); $dst->waitForBackups(); } + return array( $total, $totalOK ); } }