From 28edf59a56774a33a76edea2e2559979e799e625 Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 27 Jul 2010 13:19:52 +0000 Subject: [PATCH] Remove double global. --- maintenance/updaters.inc | 1 - 1 file changed, 1 deletion(-) 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(); -- 2.20.1