Fix variable name in comment
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 24 Feb 2011 16:19:42 +0000 (16:19 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 24 Feb 2011 16:19:42 +0000 (16:19 +0000)
includes/DefaultSettings.php

index 489d01c..3b2cf21 100644 (file)
@@ -449,7 +449,7 @@ $wgAllowAsyncCopyUploads = false;
  * for non-specified types.
  *
  * For example:
- *     $wgUploadSize = array(
+ *     $wgMaxUploadSize = array(
  *             '*' => 250 * 1024,
  *             'url' => 500 * 1024,
  *     );