Removing unused global $wgRequest; that I missed in the previous commit.
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 10 Jan 2008 13:37:01 +0000 (13:37 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 10 Jan 2008 13:37:01 +0000 (13:37 +0000)
includes/RecentChange.php

index 56dc91a..750404a 100644 (file)
@@ -261,9 +261,6 @@ class RecentChange
                $oldId, $lastTimestamp, $bot, $ip = '', $oldSize = 0, $newSize = 0,
                $newId = 0)
        {
-
-               global $wgRequest;
-
                if ( !$ip ) {
                        $ip = wfGetIP();
                        if ( !$ip ) {