From: Chad Horohoe Date: Tue, 4 Nov 2014 21:05:32 +0000 (-0800) Subject: wfDebugLog(): remove unused global X-Git-Tag: 1.31.0-rc.0~13391^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=beea060441a0e55f772b71cc2b7e61db32f41d8c;p=lhc%2Fweb%2Fwiklou.git wfDebugLog(): remove unused global Change-Id: I336b022c7c87550729ca4e97b0960ba6adec7bb5 --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 4ef731bba3..e15eb1a583 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1067,8 +1067,6 @@ function wfDebugMem( $exact = false ) { * - false: same as 'private' */ function wfDebugLog( $logGroup, $text, $dest = 'all' ) { - global $wgDebugLogGroups; - // Turn $dest into a string if it's a boolean (for b/c) if ( $dest === true ) { $dest = 'all';