From 871edea41df2a3112499f86a3fa8c20e3f425350 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 3 Sep 2006 10:01:35 +0000 Subject: [PATCH] another global --- maintenance/dumpHTML.inc | 2 ++ 1 file changed, 2 insertions(+) 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"; -- 2.20.1