From: Christian Aistleitner Date: Tue, 3 Apr 2012 10:48:21 +0000 (+0200) Subject: TextPassDumper::initProgress pull in default value X-Git-Tag: 1.31.0-rc.0~24040^2~3 X-Git-Url: http://git.cyclocoop.org/%22%20.%20%20%20%24self2%20.%20%20%20%22&var_mode_affiche=boucle?a=commitdiff_plain;h=73512e0e07cbe4144f8b66267d7d2ca59c4809ae;p=lhc%2Fweb%2Fwiklou.git TextPassDumper::initProgress pull in default value Making the declarations of BackupDumper::initProgress() and TextPassDumper::initProgress() match. Change-Id: Id4530499cdc23625a0016546a1daca922ec1278c --- 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; }