aboutsummaryrefslogtreecommitdiffstats
path: root/HISTORY
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>2005-04-02 20:00:51 +0000
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>2005-04-02 20:00:51 +0000
commitf51589adbd1849fde7d456a8ba8ff4e76230f1ba (patch)
treed6074ebfad5e89de1c9bb41504776045a6816dc6 /HISTORY
parent86fec1d2d4aaf0bb10e5c5f378cf6e7fcd4e8c16 (diff)
downloadmediawikicore-f51589adbd1849fde7d456a8ba8ff4e76230f1ba.tar.gz
mediawikicore-f51589adbd1849fde7d456a8ba8ff4e76230f1ba.zip
missed one..
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8031
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index d9e3b55a161b..1d5738775e13 100644
--- a/HISTORY
+++ b/HISTORY
@@ -448,7 +448,7 @@ No database changes since 20031107; upgrading should be clean.
Uploads are now disabled by default. If you've set up a secure configuration
you can reenable uploads by putting:
- $wgDisableUploads = false;
+ $wgEnableUploads = true;
into LocalSettings.php.