From: Roan Kattouw Date: Thu, 10 Jan 2008 13:37:01 +0000 (+0000) Subject: Removing unused global $wgRequest; that I missed in the previous commit. X-Git-Tag: 1.31.0-rc.0~50072 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=1c2b1a23f1355c81ba001be3f7775910ece2c626;p=lhc%2Fweb%2Fwiklou.git Removing unused global $wgRequest; that I missed in the previous commit. --- diff --git a/includes/RecentChange.php b/includes/RecentChange.php index 56dc91a2ae..750404a9f5 100644 --- a/includes/RecentChange.php +++ b/includes/RecentChange.php @@ -261,9 +261,6 @@ class RecentChange $oldId, $lastTimestamp, $bot, $ip = '', $oldSize = 0, $newSize = 0, $newId = 0) { - - global $wgRequest; - if ( !$ip ) { $ip = wfGetIP(); if ( !$ip ) {