From: Aaron Schulz Date: Fri, 9 Jan 2009 17:59:23 +0000 (+0000) Subject: Fix typo X-Git-Tag: 1.31.0-rc.0~43479 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=a885af5879aa749885b2f65816d12d6699b25261;p=lhc%2Fweb%2Fwiklou.git Fix typo --- diff --git a/includes/PatrolLog.php b/includes/PatrolLog.php index 9566888404..561438e435 100644 --- a/includes/PatrolLog.php +++ b/includes/PatrolLog.php @@ -29,7 +29,7 @@ class PatrolLog { # We send this to IRC but do not want to add it the RC table. global $wgRC2UDPAddress, $wgRC2UDPOmitBots; if( $wgRC2UDPAddress && ( !$rc->getAttribute('rc_bot') || !$wgRC2UDPOmitBots ) ) { - self::sendToUDP( $rc->getIRCLine() ); + RecentChange::sendToUDP( $rc->getIRCLine() ); } return true; }