From 002544a5d656cbc9f0514725a9f44130dfe58e8f Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 8 Feb 2011 22:03:01 +0000 Subject: [PATCH] $IP marked as global again in line 1208, function includeExtensions Unused global $wgHooks in function includeExtensions line 1208 --- includes/installer/Installer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index 097d98bb93..1f6cb8a1c7 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -1205,7 +1205,6 @@ abstract class Installer { * but we're not opening that can of worms * @see https://bugzilla.wikimedia.org/show_bug.cgi?id=26857 */ - global $wgHooks, $IP; require( "$IP/includes/DefaultSettings.php" ); foreach( $exts as $e ) { -- 2.20.1