From: This, that and the other Date: Sat, 21 Sep 2013 09:28:57 +0000 (+1000) Subject: Fix outdated comment in DefaultSettings X-Git-Tag: 1.31.0-rc.0~17641 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=3d9c112853e06d8b5b12b993119f831ef9e286d2;p=lhc%2Fweb%2Fwiklou.git Fix outdated comment in DefaultSettings wgCopyUploadTimeout is used now. Follow up to Ia85a97434c14adcdaafc0802cbe0530bfa57a435 Change-Id: I9838f3f13274f4276b6a51a50afdc64fa34554e2 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 40f943f9d4..e647d17ee5 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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;