From 13ba0295e27d107891309ec5361e595ee2c2388b Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 2 Feb 2012 23:01:36 +0000 Subject: [PATCH] Follow-up r110591: remove unused global declaration --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 78af432edd..29d4644841 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -967,7 +967,7 @@ function wfDebugLog( $logGroup, $text, $public = true ) { * @param $text String: database error message. */ function wfLogDBError( $text ) { - global $wgDBerrorLog, $wgDBname; + global $wgDBerrorLog; if ( $wgDBerrorLog ) { $host = wfHostname(); $wiki = wfWikiID(); -- 2.20.1