TextPassDumper::initProgress pull in default value
authorChristian Aistleitner <christian@quelltextlich.at>
Tue, 3 Apr 2012 10:48:21 +0000 (12:48 +0200)
committerChristian Aistleitner <christian@quelltextlich.at>
Tue, 3 Apr 2012 10:56:14 +0000 (12:56 +0200)
Making the declarations of BackupDumper::initProgress() and
TextPassDumper::initProgress() match.

Change-Id: Id4530499cdc23625a0016546a1daca922ec1278c

maintenance/backupTextPass.inc

index bad281e..6f23b94 100644 (file)
@@ -111,7 +111,7 @@ class TextPassDumper extends BackupDumper {
        }
 
 
-       function initProgress( $history ) {
+       function initProgress( $history = WikiExporter::FULL ) {
                parent::initProgress();
                $this->timeOfCheckpoint = $this->startTime;
        }