From: Jens Frank Date: Wed, 20 Apr 2005 06:05:16 +0000 (+0000) Subject: Typo X-Git-Tag: 1.5.0alpha1~232 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=1562b2c23ee6ac3c01ceee8d34f1443ae747186a;p=lhc%2Fweb%2Fwiklou.git Typo --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 549f2aaeb5..15156b9498 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -145,7 +145,7 @@ $wgCacheSharedUploads = true; * apache servers don't have read/write access to the thumbnail path. * * Example: - * $wgThumnailScriptPath = "{$wgScriptPath}/thumb.php"; + * $wgThumbnailScriptPath = "{$wgScriptPath}/thumb.php"; */ $wgThumbnailScriptPath = false; $wgSharedThumbnailScriptPath = false;