Followup 248ac9e: set $wgAutoloadClasses to an array after declaring
authorChad Horohoe <chadh@wikimedia.org>
Sat, 9 Aug 2014 16:36:07 +0000 (17:36 +0100)
committerChad Horohoe <chadh@wikimedia.org>
Sat, 9 Aug 2014 16:36:07 +0000 (17:36 +0100)
Change-Id: I07cc526ff3145c38bc08cd9b83fb266dc20a47c1

includes/installer/Installer.php

index 7d77416..57fdab3 100644 (file)
@@ -535,6 +535,7 @@ abstract class Installer {
                // registration out of the global scope and into a real format.
                // @see https://bugzilla.wikimedia.org/67440
                global $wgAutoloadClasses;
+               $wgAutoloadClasses = array();
 
                wfSuppressWarnings();
                $_lsExists = file_exists( "$IP/LocalSettings.php" );