From 73512e0e07cbe4144f8b66267d7d2ca59c4809ae Mon Sep 17 00:00:00 2001 From: Christian Aistleitner Date: Tue, 3 Apr 2012 12:48:21 +0200 Subject: [PATCH] TextPassDumper::initProgress pull in default value Making the declarations of BackupDumper::initProgress() and TextPassDumper::initProgress() match. Change-Id: Id4530499cdc23625a0016546a1daca922ec1278c --- maintenance/backupTextPass.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/backupTextPass.inc b/maintenance/backupTextPass.inc index bad281efb3..6f23b94682 100644 --- a/maintenance/backupTextPass.inc +++ b/maintenance/backupTextPass.inc @@ -111,7 +111,7 @@ class TextPassDumper extends BackupDumper { } - function initProgress( $history ) { + function initProgress( $history = WikiExporter::FULL ) { parent::initProgress(); $this->timeOfCheckpoint = $this->startTime; } -- 2.20.1