From 854f5ea5fb64fa485b13a89778490fe9b124a651 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sat, 8 Oct 2005 16:02:24 +0000 Subject: [PATCH] * Documentation fix --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 8593613018..350e772011 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -298,7 +298,7 @@ $wgCacheSharedUploads = true; /** * Point the upload navigation link to an external URL * Useful if you want to use a shared repository by default - * without disabling local uploads + * without disabling local uploads (use $wgEnableUploads = false for that) * e.g. $wgUploadNavigationUrl = 'http://commons.wikimedia.org/wiki/Special:Upload'; */ $wgUploadNavigationUrl = false; -- 2.20.1