From: Platonides Date: Tue, 8 Feb 2011 22:03:01 +0000 (+0000) Subject: $IP marked as global again in line 1208, function includeExtensions X-Git-Tag: 1.31.0-rc.0~32107 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=002544a5d656cbc9f0514725a9f44130dfe58e8f;p=lhc%2Fweb%2Fwiklou.git $IP marked as global again in line 1208, function includeExtensions Unused global $wgHooks in function includeExtensions line 1208 --- 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 ) {