Aaron Schulz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/239509

Change subject: Fixed small IDE error in –syncFileBackend.php
......................................................................

Fixed small IDE error in –syncFileBackend.php

Change-Id: I86c6cf73470109af2eb88d1c0d053292391630e7
---
M maintenance/syncFileBackend.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/09/239509/1

diff --git a/maintenance/syncFileBackend.php b/maintenance/syncFileBackend.php
index 14a1502..63d5e9f 100644
--- a/maintenance/syncFileBackend.php
+++ b/maintenance/syncFileBackend.php
@@ -159,6 +159,7 @@
                        $this->error( "Error: given starting ID greater than 
ending ID.", 1 );
                }
 
+               $next = null;
                do {
                        $limit = min( $this->mBatchSize, $end - $start + 1 ); 
// don't go pass ending ID
                        $this->output( "Doing id $start to " . ( $start + 
$limit - 1 ) . "...\n" );

-- 
To view, visit https://gerrit.wikimedia.org/r/239509
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I86c6cf73470109af2eb88d1c0d053292391630e7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to