From 4c90654d43526cf08e96c92ed391c8ae96703731 Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Wed, 25 Mar 2009 06:03:00 +0000 Subject: [PATCH] Missed hunk --- includes/DefaultSettings.php | 7 ------- 1 file changed, 7 deletions(-) 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; -- 2.20.1