TTO has uploaded a new change for review. https://gerrit.wikimedia.org/r/85420
Change subject: Fix outdated comment in DefaultSettings ...................................................................... Fix outdated comment in DefaultSettings wgCopyUploadTimeout is used now. Change-Id: I9838f3f13274f4276b6a51a50afdc64fa34554e2 --- M includes/DefaultSettings.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/20/85420/1 diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 51c6c3d..55eedd2 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -574,7 +574,7 @@ /** * 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; -- To view, visit https://gerrit.wikimedia.org/r/85420 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9838f3f13274f4276b6a51a50afdc64fa34554e2 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: TTO <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
