From: Andrew Garrett Date: Wed, 25 Mar 2009 06:03:00 +0000 (+0000) Subject: Missed hunk X-Git-Tag: 1.31.0-rc.0~42376 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=4c90654d43526cf08e96c92ed391c8ae96703731;p=lhc%2Fweb%2Fwiklou.git Missed hunk --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 57a67de049..24863b4fb3 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2118,13 +2118,6 @@ $wgGenerateThumbnailOnParse = true; /** Whether or not to use image resizing */ $wgUseImageResize = true; -/** - * Use this if you have issues using gd for image thumbnails--like with - * safe_mode--and want to force thumbnailing to users. Not needed for most - * installs. See bug 12970. - */ -$wgForceClientThumbnails = false; - /** Set $wgCommandLineMode if it's not set already, to avoid notices */ if( !isset( $wgCommandLineMode ) ) { $wgCommandLineMode = false;