Explicitly float local search results left so they come first
[lhc/web/wiklou.git] / maintenance / copyJobQueue.php
index c5a7827..a9c9547 100644 (file)
@@ -89,6 +89,7 @@ class CopyJobQueue extends Maintenance {
                        $totalOK += count( $batch );
                        $dst->waitForBackups();
                }
+
                return array( $total, $totalOK );
        }
 }