From: Alexandre Emsenhuber Date: Thu, 2 Feb 2012 23:01:36 +0000 (+0000) Subject: Follow-up r110591: remove unused global declaration X-Git-Tag: 1.31.0-rc.0~24949 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=13ba0295e27d107891309ec5361e595ee2c2388b;p=lhc%2Fweb%2Fwiklou.git Follow-up r110591: remove unused global declaration --- 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();