Ori.livneh has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/384654 )

Change subject: Set $wgAutoloadAttemptLowercase to false
......................................................................

Set $wgAutoloadAttemptLowercase to false

As a prelude to Wikimedia turning it off in production, and (one can
hope) it becoming the default in MediaWiki one day.

Change-Id: I3a0383eb232a6398b05fcf5a3297861d395a297f
---
M LocalSettings.php
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/54/384654/1

diff --git a/LocalSettings.php b/LocalSettings.php
index 85c32f2..9711744 100644
--- a/LocalSettings.php
+++ b/LocalSettings.php
@@ -128,3 +128,6 @@
 MediaWiki\Logger\LoggerFactory::registerProvider(
        ObjectFactory::getObjectFromSpec( $wgMWLoggerDefaultSpi )
 );
+
+// Don't gloss over errors in class name letter-case.
+$wgAutoloadAttemptLowercase = false;

-- 
To view, visit https://gerrit.wikimedia.org/r/384654
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3a0383eb232a6398b05fcf5a3297861d395a297f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to