From 8efe3cade87050fdb3fb3f2cb61d1292467e74cb Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 11 Apr 2006 07:15:34 +0000 Subject: [PATCH] Fix typos identified by Nick Jenkins with his magic tool o' doom --- maintenance/dumpHTML.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintenance/dumpHTML.inc b/maintenance/dumpHTML.inc index 057b221912..c4b777c19b 100644 --- a/maintenance/dumpHTML.inc +++ b/maintenance/dumpHTML.inc @@ -274,7 +274,7 @@ class DumpHTML { /** Set up globals required for parsing */ function setupGlobals( $currentDepth = NULL ) { - global $wgUser, $wgTitle, $wgStylePath, $wgArticlePath; + global $wgUser, $wgTitle, $wgStylePath, $wgArticlePath, $wgMathPath; global $wgUploadPath, $wgLogo, $wgMaxCredits, $wgSharedUploadPath; global $wgHideInterlanguageLinks, $wgUploadDirectory, $wgThumbnailScriptPath; global $wgSharedThumbnailScriptPath, $wgEnableParserCache, $wgHooks, $wgServer; @@ -334,7 +334,7 @@ class DumpHTML { $wgUploadPath = "$wgScriptPath/{$this->imageRel}"; $wgSharedUploadPath = "$wgUploadPath/shared"; $wgMaxCredits = -1; - $wgHideInterlangageLinks = !$this->interwiki; + $wgHideInterlanguageLinks = !$this->interwiki; $wgThumbnailScriptPath = $wgSharedThumbnailScriptPath = false; $wgEnableParserCache = false; $wgMathPath = "$wgScriptPath/math"; -- 2.20.1