From 3d9c112853e06d8b5b12b993119f831ef9e286d2 Mon Sep 17 00:00:00 2001 From: "This, that and the other" Date: Sat, 21 Sep 2013 19:28:57 +1000 Subject: [PATCH] Fix outdated comment in DefaultSettings wgCopyUploadTimeout is used now. Follow up to Ia85a97434c14adcdaafc0802cbe0530bfa57a435 Change-Id: I9838f3f13274f4276b6a51a50afdc64fa34554e2 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1