From cccd402c41af6822e56d9db5ea6893c83a47ca18 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sat, 9 Aug 2014 17:36:07 +0100 Subject: [PATCH] Followup 248ac9e: set $wgAutoloadClasses to an array after declaring Change-Id: I07cc526ff3145c38bc08cd9b83fb266dc20a47c1 --- includes/installer/Installer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index 7d7741620a..57fdab348c 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -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" ); -- 2.20.1