From 08aa4418c30cfc18ccc69a0f0f9cb9e17be6c196 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Mon, 12 Aug 2013 09:28:15 +0200 Subject: Update to MediaWiki 1.21.1 --- maintenance/backupTextPass.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'maintenance/backupTextPass.inc') diff --git a/maintenance/backupTextPass.inc b/maintenance/backupTextPass.inc index f1f09546..0b8b3445 100644 --- a/maintenance/backupTextPass.inc +++ b/maintenance/backupTextPass.inc @@ -169,7 +169,7 @@ class TextPassDumper extends BackupDumper { $this->xmlwriterobj = new XmlDumpWriter(); $input = fopen( $this->input, "rt" ); - $result = $this->readDump( $input ); + $this->readDump( $input ); if ( $this->spawnProc ) { $this->closeSpawn(); @@ -294,7 +294,7 @@ class TextPassDumper extends BackupDumper { } function setTimeExceeded() { - $this->timeExceeded = True; + $this->timeExceeded = true; } function checkIfTimeExceeded() { -- cgit v1.2.3-54-g00ecf