From: Raimond Spekking Date: Sun, 2 Nov 2008 06:46:02 +0000 (+0000) Subject: Fix for r43064. X-Git-Tag: 1.31.0-rc.0~44470 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=533cbdbdf853784a8c28bd26f2f24d35f64bb07f;p=lhc%2Fweb%2Fwiklou.git Fix for r43064. --- diff --git a/includes/RecentChange.php b/includes/RecentChange.php index db350fa4df..afb122d58d 100644 --- a/includes/RecentChange.php +++ b/includes/RecentChange.php @@ -589,7 +589,7 @@ class RecentChange } protected function getIRCLine() { - global $wgUseRCPatrol, $wgRC2UDPInterwikiPrefix, $wgLocalInterwiki; + global $wgUseRCPatrol, $wgUseNPPatrol, $wgRC2UDPInterwikiPrefix, $wgLocalInterwiki; // FIXME: Would be good to replace these 2 extract() calls with something more explicit // e.g. list ($rc_type, $rc_id) = array_values ($this->mAttribs); [or something like that]