r60823 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60822‎ | r60823 | r60824 >
Date:01:41, 8 January 2010
Author:robla
Status:deferred
Tags:
Comment:
Making the comment describing $wgStrictFileExtensions more accurate
Modified paths:
  • /branches/extensionless-files/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: branches/extensionless-files/includes/DefaultSettings.php
@@ -2180,8 +2180,8 @@
21812181 $wgCheckFileExtensions = true;
21822182
21832183 /**
2184 - * If this is turned off, users may override the warning for files not covered
2185 - * by $wgFileExtensions.
 2184+ * If this is true, only allow uploads with MIME types matching the set listed
 2185+ * in $wgFileExtensions
21862186 */
21872187 $wgStrictFileExtensions = true;
21882188

Status & tagging log