From: Alexandre Emsenhuber Date: Thu, 24 Feb 2011 16:19:42 +0000 (+0000) Subject: Fix variable name in comment X-Git-Tag: 1.31.0-rc.0~31791 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=6824f4522108a5c30fc34ca7093814e5c48cd2d8;p=lhc%2Fweb%2Fwiklou.git Fix variable name in comment --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 489d01cb05..3b2cf2114c 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -449,7 +449,7 @@ $wgAllowAsyncCopyUploads = false; * for non-specified types. * * For example: - * $wgUploadSize = array( + * $wgMaxUploadSize = array( * '*' => 250 * 1024, * 'url' => 500 * 1024, * );