From 6824f4522108a5c30fc34ca7093814e5c48cd2d8 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 24 Feb 2011 16:19:42 +0000 Subject: [PATCH] Fix variable name in comment --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, * ); -- 2.20.1