From: Platonides Date: Tue, 27 Jul 2010 13:19:52 +0000 (+0000) Subject: Remove double global. X-Git-Tag: 1.31.0-rc.0~35888 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=28edf59a56774a33a76edea2e2559979e799e625;p=lhc%2Fweb%2Fwiklou.git Remove double global. --- diff --git a/maintenance/updaters.inc b/maintenance/updaters.inc index a66b089f6e..7efe3a6b62 100644 --- a/maintenance/updaters.inc +++ b/maintenance/updaters.inc @@ -947,7 +947,6 @@ function do_all_updates( $shared = false, $purge = true ) { return; } - global $wgDatabase; $up = DatabaseUpdater::newForDb( $wgDatabase ); $up->doUpdates();