Fix for r43064.
authorRaimond Spekking <raymond@users.mediawiki.org>
Sun, 2 Nov 2008 06:46:02 +0000 (06:46 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Sun, 2 Nov 2008 06:46:02 +0000 (06:46 +0000)
includes/RecentChange.php

index db350fa..afb122d 100644 (file)
@@ -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]