* Removed messages in English, they'll be inherited from the parent.
[lhc/web/wiklou.git] / HISTORY
diff --git a/HISTORY b/HISTORY
index 4365152..1d57387 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,7 +1,6 @@
 Update this to current 1.4 release notes prior to 1.5 release...
 
 
-
 Change notes from older releases. For current info see RELEASE-NOTES.
 
 Security reminder: MediaWiki does not require PHP's register_globals
@@ -449,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.