From: Tim Starling Date: Sun, 3 Sep 2006 10:01:35 +0000 (+0000) Subject: another global X-Git-Tag: 1.31.0-rc.0~55849 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=871edea41df2a3112499f86a3fa8c20e3f425350;p=lhc%2Fweb%2Fwiklou.git another global --- diff --git a/maintenance/dumpHTML.inc b/maintenance/dumpHTML.inc index 2dc08d1383..29eeadf35d 100644 --- a/maintenance/dumpHTML.inc +++ b/maintenance/dumpHTML.inc @@ -435,6 +435,7 @@ class DumpHTML { global $wgHideInterlanguageLinks, $wgUploadDirectory, $wgThumbnailScriptPath; global $wgSharedThumbnailScriptPath, $wgEnableParserCache, $wgHooks, $wgServer; global $wgRightsUrl, $wgRightsText, $wgCopyrightIcon, $wgEnableSidebarCache; + global $wgGenerateThumbnailOnParse; static $oldLogo = NULL; @@ -493,6 +494,7 @@ class DumpHTML { $wgEnableParserCache = false; $wgMathPath = "$wgScriptPath/math"; $wgEnableSidebarCache = false; + $wgGenerateThumbnailOnParse = true; if ( !empty( $wgRightsText ) ) { $wgRightsUrl = "$wgScriptPath/COPYING.html";