From: Brion Vibber Date: Tue, 11 Apr 2006 07:15:34 +0000 (+0000) Subject: Fix typos identified by Nick Jenkins with his magic tool o' doom X-Git-Tag: 1.31.0-rc.0~57537 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=8efe3cade87050fdb3fb3f2cb61d1292467e74cb;p=lhc%2Fweb%2Fwiklou.git Fix typos identified by Nick Jenkins with his magic tool o' doom --- 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";