Fix outdated comment in DefaultSettings
authorThis, that and the other <at.light@live.com.au>
Sat, 21 Sep 2013 09:28:57 +0000 (19:28 +1000)
committerBrian Wolff <bawolff+wn@gmail.com>
Sat, 14 Dec 2013 04:00:54 +0000 (04:00 +0000)
wgCopyUploadTimeout is used now.

Follow up to Ia85a97434c14adcdaafc0802cbe0530bfa57a435

Change-Id: I9838f3f13274f4276b6a51a50afdc64fa34554e2

includes/DefaultSettings.php

index 40f943f..e647d17 100644 (file)
@@ -590,7 +590,7 @@ $wgCacheSharedUploads = true;
 
 /**
  * Allow for upload to be copied from an URL.
- * The timeout for copy uploads is set by $wgHTTPTimeout.
+ * The timeout for copy uploads is set by $wgCopyUploadTimeout.
  * You have to assign the user right 'upload_by_url' to a user group, to use this.
  */
 $wgAllowCopyUploads = false;